A list of pedigrees, each specified as a data frame with five columns.

pedigrees

Format

A named list of pedigrees, each one specified in a data frame with five columns in the following order:

Kid

alphanumeric character specifier of the kid's name. Must be <15 characters.

Pa

alphanumeric character specifier of the dad's name. Must be <15 characters.

Ma

alphanumeric character specifier of the mom's name. Must be <15 characters.

Sex

Integer specifier of sex of the individual: 0 - unknown, 1 - male, 2 - female.

Observed

Integer specifying if the individual is observed. Typically there will be two observed individuals. Those should always be 1 and 2.