makePlot.strandedness.test {QoRTs} | R Documentation |
Plots the apparent strandedness of the reads.
makePlot.strandedness.test(plotter, plot.target.boxes = FALSE, debugMode, singleEndMode, ...)
plotter |
A |
plot.target.boxes |
A logical value. If true, then green target boxes will be printed over the area in which all points should be expected to fall. |
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 |
TODO!
data(res,package="QoRTsExampleData");
plotter <- build.plotter.colorByGroup(res);
makePlot.strandedness.test(plotter);
## Starting: Strandedness Test plot.
## Finished: Strandedness Test plot.[time: 2016-01-28 16:33:10],[elapsed: 0.02 secs]