filterReport {nprcgenekeepr} | R Documentation |
Filters a genetic value report down to only the specified animals
Description
Filters a genetic value report down to only the specified animals
Usage
filterReport(ids, rpt)
Arguments
ids |
character vector of animal IDs |
rpt |
a dataframe with required colnames |
Value
A copy of report specific to the specified animals.
Examples
library(nprcgenekeepr)
rpt <- nprcgenekeepr::pedWithGenotypeReport$report
rpt1 <- filterReport(c("GHH9LB", "BD41WW"), rpt)
[Package nprcgenekeepr version 1.0.7 Index]