Geno_HSg5 {sequoia} | R Documentation |
Simulated genotype data for all* individuals in Pedigree
Ped_HSg5
(*: with 40
data(Geno_HSg5)
A genotype matrix with 920 rows (ids) and 200 columns (SNPs). Each SNP is coded as 0/1/2 copies of the reference allele, with -9 for missing values. Ids are stored as rownames.
Jisca Huisman, jisca.huisman@gmail.com
## Not run:
# this output was created as follows:
Geno_HSg5 <- SimGeno(Ped = Ped_HSg5, nSnp = 200, ParMis=0.4,
CallRate = 0.9, SnpError = 0.005)
## End(Not run)