Pedigree curation function
Value
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 individualsire– character vector with unique identifier for an individual's father (NAif unknown).dam– character vector with unique identifier for an individual's mother (NAif unknown).sex– factor (levels: "M", "F", "U") Sex specifier for an individualbirth– Date orNA(optional) with the individual's birth date
Examples
library(nprcgenekeepr)
getRequiredCols()
#> [1] "id" "sire" "dam" "sex" "birth"
