SeqOUT_HSg5 {sequoia} | R Documentation |
Example output from pedigree inference: 'HSg5'
Description
Example output of a sequoia
run including sibship
clustering, based on Pedigree Geno_HSg5
.
Usage
data(SeqOUT_HSg5)
Format
a list, see sequoia
Author(s)
Jisca Huisman, jisca.huisman@gmail.com
See Also
Examples
## Not run:
# this output was created as follows:
Geno <- SimGeno(Ped = Ped_HSg5, nSnp = 200)
SeqOUT_HSg5 <- sequoia(GenoM = Geno, LifeHistData = LH_HSg5, Module = "ped",
Err = 0.005)
## End(Not run)
# some ways to inspect the output; see vignette for more info:
names(SeqOUT_HSg5)
SeqOUT_HSg5$Specs
SummarySeq(SeqOUT_HSg5)
[Package sequoia version 2.11.2 Index]