makePlot.strandedness.test {QoRTs}R Documentation

Strandedness Test Plot

Description

Plots the apparent strandedness of the reads.

Usage

makePlot.strandedness.test(plotter, plot.target.boxes = FALSE, 
                           debugMode, singleEndMode, ...)

Arguments

plotter

A QoRT_Plotter reference object. See build.plotter.

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 par).

Details

TODO!

See Also

build.plotter

Examples

  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]

plot of chunk unnamed-chunk-1


[Package QoRTs version 1.0.7 Index]