makePlot.mapping.rates {QoRTs} | R Documentation |
Plots the rates at which reads map to the genome.
makePlot.mapping.rates(plotter, plot.mm = NULL, y.counts.in.millions = TRUE, debugMode, singleEndMode, ...)
plotter |
A |
plot.mm |
Plot multi-mapping rates. By default, it autodetects whether multimapping data was included in the original decoder. |
y.counts.in.millions |
Label/scale the y-axis in millions of reads. |
debugMode |
Logical. If TRUE, debugging data will be printed to the console. |
singleEndMode |
Logical. Determines whether the dataset consists of single-ended reads. By default this is determined from the data. Thus, this parameter should never need to be set by the user. |
... |
Arguments to be passed to methods, such as
graphical parameters (see |
For each sample-run, this function plots the number of mapped reads and the rate at which reads map (if the total reads is provided).
build.plotter
read.qc.results.data
data(res,package="QoRTsExampleData");
plotter <- build.plotter.colorByGroup(res);
makePlot.mapping.rates(plotter);
## Starting: Mapping Rates plot.
## Finished: Mapping Rates plot.[time: 2016-01-28 16:33:01],[elapsed: 0.05 secs]