subsetByGroup {Rqc} | R Documentation |
This function subsets RqcResultSet object function by group name.
subsetByGroup(rqcResultSet, group)
rqcResultSet |
list of |
group |
Name of the group to subset |
list of RqcResultSet
objects from only one group.
Welliton Souza
folder <- system.file(package="ShortRead", "extdata/E-MTAB-1147") files <- list.files(full.names=TRUE, path=folder) rqcResultSet <- rqcQA(files, workers=1, group=c("a", "b")) perFileInformation(subsetByGroup(rqcResultSet, "a"))