| rqcCycleQualityCalc {Rqc} | R Documentation |
Creates a graph of per cycle quality.
rqcCycleQualityCalc(rqcResultSet) rqcCycleQualityPlot(rqcResultSet)
rqcResultSet |
list of |
Plot object from ggplot function.
rqcCycleQualityCalc: calculates necessary statistics
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, workers=1)
}, keep="rqcResultSet")
rqcCycleQualityPlot(rqcResultSet)