| qcStudbook | R Documentation |
Main pedigree curation function that performs basic quality control on pedigree information
qcStudbook(
sb,
minSireAge = NULL,
minDamAge = NULL,
minParentAge = lifecycle::deprecated(),
reportChanges = FALSE,
reportErrors = FALSE
)
A data.frame with standardized and quality controlled pedigree information.
examplePedigree <- nprcgenekeepr::examplePedigree
ped <- qcStudbook(examplePedigree,
minSireAge = 2.0, minDamAge = 2.0, reportChanges = FALSE,
reportErrors = FALSE
)
names(ped)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.