pedigrees.Rd
A list of pedigrees, each specified as a data frame with five columns.
pedigrees
A named list of pedigrees, each one specified in a data frame with five columns in the following order:
alphanumeric character specifier of the kid's name. Must be <15 characters.
alphanumeric character specifier of the dad's name. Must be <15 characters.
alphanumeric character specifier of the mom's name. Must be <15 characters.
Integer specifier of sex of the individual: 0 - unknown, 1 - male, 2 - female.
Integer specifying if the individual is observed. Typically there will be two observed individuals. Those should always be 1 and 2.