convertAncestry: Converts the ancestry information to a standardized code

View source: R/convertAncestry.R

convertAncestryR Documentation

Converts the ancestry information to a standardized code

Description

Part of Pedigree Curation

Usage

convertAncestry(ancestry)

Arguments

ancestry

character vector or NA with free-form text providing information about the geographic population of origin.

Value

A factor vector of standardized designators specifying if an animal is a Chinese rhesus, Indian rhesus, Chinese-Indian hybrid rhesus, or Japanese macaque. Levels: CHINESE, INDIAN, HYBRID, JAPANESE, OTHER, UNKNOWN.

Examples

original <- c("china", "india", "hybridized", NA, "human", "gorilla")
convertAncestry(original)

rmsharp/nprcmanager documentation built on Feb. 2, 2025, 12:45 a.m.