Learn R Programming

sequoia (version 2.11.1)

SeqOUT_HSg5: 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)

Arguments

Format

a list, see sequoia

Author

Jisca Huisman, jisca.huisman@gmail.com

See Also

Ped_HSg5, LH_HSg5

Examples

Run this code
if (FALSE) {
# 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)
}
# some ways to inspect the output; see vignette for more info:
names(SeqOUT_HSg5)
SeqOUT_HSg5$Specs
SummarySeq(SeqOUT_HSg5)

Run the code above in your browser using DataLab