Learn R Programming

sequoia (version 2.11.1)

FieldMums_griffin: Example field-observed mothers: griffins

Description

Example field pedigree used in vignette for PedCompare example. Non-genotyped females have IDs 'BlueRed', 'YellowPink', etc.

Usage

data(FieldMums_griffin)

Arguments

Format

A data frame with 144 rows and 2 variables (id, mum)

Author

Jisca Huisman, jisca.huisman@gmail.com

See Also

SeqOUT_griffin for a sequoia run on simulated genotype data, Ped_griffin for the 'true' pedigree.

Examples

Run this code
if (FALSE) {
PC_griffin <- PedCompare(Ped1 = cbind(FieldMums_griffin, sire=NA),
                         Ped2 = SeqOUT_griffin$Pedigree)
}

Run the code above in your browser using DataLab