Description Usage Arguments Value Author(s) Examples
View source: R/subsetByGroup.R
This function subsets RqcResultSet object function by group name.
1 | subsetByGroup(rqcResultSet, group)
|
rqcResultSet |
list of |
group |
Name of the group to subset |
list of RqcResultSet
objects from only one group.
Welliton Souza
1 2 3 4 | 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"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.