View source: R/convertAncestry.R
convertAncestry | R Documentation |
Part of Pedigree Curation
convertAncestry(ancestry)
ancestry |
character vector or NA with free-form text providing information about the geographic population of origin. |
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.
original <- c("china", "india", "hybridized", NA, "human", "gorilla")
convertAncestry(original)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.