makePlot.gene.assignment.rates {QoRTs}R Documentation

Gene assignment rate plot

Description

Plots the rate at which reads are assigned into various categories.

Usage

makePlot.gene.assignment.rates(plotter,  debugMode, singleEndMode, 
                               plot = TRUE, ...)
                         

Arguments

plotter

A QoRT_Plotter reference object. See build.plotter.

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.

plot

Logical. If FALSE, suppress plotting and return TRUE if and only if the data is present in the dataset to allow plotting. Useful to automatically filter out missing data plots.

...

Arguments to be passed to methods, such as graphical parameters (see par).

Details

For each bam-file, this function plots the rate (y-axis) for which the bam-file's read-pairs are assigned to the given categories.

The categories are:

See Also

build.plotter

Examples

  data(res,package="QoRTsExampleData");
  plotter <- build.plotter.colorByGroup(res);
  makePlot.gene.assignment.rates(plotter)
## Starting: Gene Assignment Rates plot.
## Finished: Gene Assignment Rates plot.[time: 2018-09-25 13:12:29],[elapsed: 0.09 secs]

plot of chunk unnamed-chunk-1


[Package QoRTs version 1.3.6 Index]