Conf_griffin {sequoia} | R Documentation |
Example output from estimating confidence probabilities: griffins
Description
Example output of EstConf
, with the inferred
pedigree in SeqOUT_griffin
used as reference pedigree.
Usage
data(Conf_griffin)
Format
a list, see sequoia
Author(s)
Jisca Huisman, jisca.huisman@gmail.com
See Also
Examples
## Not run:
Conf_griffin <- EstConf(Pedigree = SeqOUT_griffin$Pedigree,
LifeHistData = LH_griffin,
args.sim = list(nSnp = 400, SnpError = 0.001,
ParMis=0.4),
args.seq = list(Module = 'ped', Err=0.001),
nSim = 20,
nCores = 5,
quiet = TRUE)
## End(Not run)
[Package sequoia version 2.11.2 Index]