powered by
Gets direct ancestors from labkey study schema and demographics table.
study
demographics
getLkDirectAncestors(ids)
character vector with Ids.
data.frame with pedigree structure having all of the direct ancestors for the Ids provided.
# NOT RUN { library(nprcgenekeepr) ## Have to a vector of focal animals focalAnimals <- c("1X2701", "1X0101") suppressWarnings(getLkDirectAncestors(ids = focalAnimals)) # } # NOT RUN { # }
Run the code above in your browser using DataLab