rhesusPedigree {nprcgenekeepr} | R Documentation |
rhesusPedigree is a pedigree object
Description
Represents an obfuscated pedigree from rhesusPedigree.csv where the IDs and dates have been modified to de-identify the data.
- id
– character column of animal IDs
- sire
– the male parent of the animal indicated by the
id
column. Unknown sires are indicated withNA
- dam
– the female parent of the animal indicated by the
id
column.Unknown dams are indicated withNA
- sex
– factor with levels: "M", "F", "U". Sex specifier for an individual.
- gen
– generation number (integers beginning with 0 for the founder generation) of the animal indicated by the
id
column.- birth
– Date vector of birth dates
- exit
– Date vector of exit dates
- age
– numerical vector of age in years
Usage
rhesusPedigree
Format
An object of class data.frame
with 375 rows and 8 columns.
Examples
library(nprcgenekeepr)
data("rhesusPedigree")
[Package nprcgenekeepr version 1.0.7 Index]