check.pedinfo {rres} | R Documentation |
Check pedigree information.
Description
check.pedinfo
checks that the pedigree information provided is consistent.
Usage
check.pedinfo(pedinfo)
Arguments
pedinfo |
dataframe. |
Details
Member ID must be unique. Parents must precede offsprings. Sex information must match parental status, and are coded 1 and 2 for male and female respectively. An error message will be produced only if inconsistencies are found.
[Package rres version 1.1 Index]