AILped {simcross} | R Documentation |
Example AIL pedigree
Description
Example matrix describing the pedigree for advanced intercross lines
Usage
data(AILped)
Format
A data frame with five columns: individual id, mom, dad, sex (0 for females and 1 for males) and generation.
Source
Derived from the pedF8 dataset in the QTLRel package, https://cran.r-project.org/package=QTLRel
Examples
data(AILped)
x <- sim_from_pedigree(AILped)
[Package simcross version 0.6 Index]