powered by
Pedigree curation function
getRequiredCols()
A character vector of the required columns that can be in a studbook. The required columns are as follows:
id -- character vector with unique identifier for an individual
id
sire -- character vector with unique identifier for an individual's father (NA if unknown).
sire
NA
dam -- character vector with unique identifier for an individual's mother (NA if unknown).
dam
sex -- factor (levels: "M", "F", "U") Sex specifier for an individual
sex
birth -- Date or NA (optional) with the individual's birth date
birth
library(nprcgenekeepr) getRequiredCols()
Run the code above in your browser using DataLab