SnpMatrixToCount {RVS} | R Documentation |
creates a matrix in LINKAGE format using pedigree information from a list of pedigree objects and genotype information from a list of SnpMatrices
SnpMatrixToCount(matList, pedList)
matList |
list of SnpMatrices |
pedList |
list of pedigrees |
matrix in LINKAGE format
data(samplePedigrees) data(snpMat) ped <- samplePedigrees$secondCousinTriple ex.ped.mat <- SnpMatrixToCount(list(snpMat), list(ped))