View source: R/getLkDirectRelatives.R
getLkDirectRelatives | R Documentation |
Gets direct ancestors from labkey study
schema and demographics
table.
getLkDirectRelatives(ids, unrelatedParents = FALSE)
ids |
character vector with Ids. |
unrelatedParents |
logical vector when |
A data.frame with pedigree structure having all of the direct ancestors for the Ids provided.
# Requires LabKey connection
library(nprcgenekeepr)
## Have to a vector of focal animals
focalAnimals <- c("1X2701", "1X0101")
suppressWarnings(getLkDirectRelatives(ids = focalAnimals))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.