Description Usage Arguments Value Examples
creates a matrix in LINKAGE format using pedigree information from a list of pedigree objects and genotype information from a list of SnpMatrices
1 | SnpMatrixToCount(matList, pedList)
|
matList |
list of SnpMatrices |
pedList |
list of pedigrees |
matrix in LINKAGE format
1 2 3 4 | data(samplePedigrees)
data(snpMat)
ped <- samplePedigrees$secondCousinTriple
ex.ped.mat <- SnpMatrixToCount(list(snpMat), list(ped))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.