Description Usage Arguments Value Functions Author(s) Examples
View source: R/rqcCycleQualityPlot.R
Creates a graph of per cycle quality.
1 2 3 | rqcCycleQualityCalc(rqcResultSet)
rqcCycleQualityPlot(rqcResultSet)
|
rqcResultSet |
list of |
Plot object from ggplot
function.
rqcCycleQualityCalc
: calculates necessary statistics
Welliton Souza
1 2 3 4 5 6 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.