subsetByPair {Rqc} | R Documentation |
This function subsets RqcResultSet object function by pair files.
subsetByPair(rqcResultSet, pair)
rqcResultSet |
list of |
pair |
index of the pair |
list of RqcResultSet
objects from only one pair.
Welliton Souza
checkpoint("Rqc", path=system.file(package="Rqc", "extdata"), { folder <- system.file(package="ShortRead", "extdata/E-MTAB-1147") files <- list.files(full.names=TRUE, path=folder) rqcResultSet <- rqcQA(files, pair=c(1,1), workers=1) }, keep="rqcResultSet") perFileInformation(subsetByPair(rqcResultSet, 1))