Geno_HSg5 {sequoia} | R Documentation |
Example genotype file: 'HSg5'
Description
Simulated genotype data for all* individuals in Pedigree
Ped_HSg5
(*: with 40
Usage
data(Geno_HSg5)
Format
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.
Author(s)
Jisca Huisman, jisca.huisman@gmail.com
See Also
Examples
## 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)
[Package sequoia version 2.11.2 Index]