IBS.mppData {mppR} | R Documentation |
IBS coding for mppData
objects
Description
Transform the genotype marker matrix of a mppData
object into
Identical by state (IBS) 0, 1, 2 format. The IBS score represent the number
of copies of the minor allele.
Usage
IBS.mppData(mppData)
Arguments
mppData |
An object of class |
Value
an increased mppData
object containing the the same elements
as the mppData
object provided as argument and the
following new elements:
geno.IBS |
Marker |
allele.ref |
|
Author(s)
Vincent Garin
See Also
Examples
data(mppData_init)
mppData <- QC.mppData(mppData_init)
mppData <- IBS.mppData(mppData = mppData)