getLkDirectAncestors: Get the direct ancestors of selected animals

Description Usage Arguments Value Examples

View source: R/getLkDirectAncestors.R

Description

Gets direct ancestors from labkey study schema and demographics table.

Usage

1

Arguments

ids

character vector with Ids.

Value

data.frame with pedigree structure having all of the direct ancestors for the Ids provided.

Examples

1
2
3
4
library(nprcgenekeepr)
## Have to a vector of focal animals
focalAnimals <- c("1X2701", "1X0101")
suppressWarnings(getLkDirectAncestors(ids = focalAnimals))

rmsharp/nprcmanager documentation built on April 24, 2021, 3:13 p.m.