filterReport | R Documentation |
Filters a genetic value report down to only the specified animals
filterReport(ids, rpt)
ids |
character vector of animal IDs |
rpt |
a dataframe with required colnames |
A copy of report specific to the specified animals.
library(nprcgenekeepr)
rpt <- nprcgenekeepr::pedWithGenotypeReport$report
rpt1 <- filterReport(c("GHH9LB", "BD41WW"), rpt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.