makePlot.biotype.rates {QoRTs} | R Documentation |
Plots counts for each gene biotype. This plot is only useful and informative when QoRTs is run on a GTF file that contains "gene_biotype" tags.
makePlot.biotype.rates(plotter, plot.rates = TRUE, count.type = c("all","unambigOnly"), log.y = TRUE, return.table = FALSE, debugMode = DEFAULTDEBUGMODE, singleEndMode = plotter$res@singleEnd, ...)
plotter |
A |
plot.rates |
A logical value. If |
count.type |
A logical value. If |
log.y |
A logical value indicating that the y-axis should be log-scaled. |
return.table |
Logical. If |
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 |
x-axis: Gene "BioTypes", from the annotation GTF.
y-axis: Total read counts across all genes in the BioType, measured either in reads or reads-per-million.
data(res,package="QoRTsExampleData");
plotter <- build.plotter.colorByGroup(res);
makePlot.biotype.rates(plotter);
## Starting: Biotype Rates plot.
## Finished: Biotype Rates plot.[time: 2016-01-28 16:32:51],[elapsed: 0.11 secs]