| makePlot.missingness.rate {QoRTs} | R Documentation |
Plots rate by which the sequencer cannot determine the base, by read cycle.
makePlot.missingness.rate(plotter, r2.buffer = NULL,
debugMode, singleEndMode,
rasterize.plotting.area = FALSE,
raster.height = 1000,
raster.width = 1000,
log.y = FALSE,
ylim = NULL,
plot = TRUE,
...)
plotter |
A |
r2.buffer |
Buffer space to place between the plotting of read 1 and read 2. By default this will choose a reasonable value. |
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. |
rasterize.plotting.area |
Logical. If |
raster.height |
Numeric integer. If |
raster.width |
Numeric integer. If |
log.y |
Logical. If TRUE, the y-axis will be log-scale. |
ylim |
Numeric of length 2. Sets the y-axis limits. |
plot |
Logical. If FALSE, suppress plotting and return |
... |
Arguments to be passed to methods, such as
graphical parameters (see |
x-axis: Read Cycle
y-axis: Rate at which the sequencer assigns an 'N' base.
data(res,package="QoRTsExampleData");
plotter <- build.plotter.colorByGroup(res);
makePlot.missingness.rate(plotter);
## Starting: Missingness Rate, by read cycle plot.
## Finished: Missingness Rate, by read cycle plot.[time: 2018-09-25 13:12:46],[elapsed: 0.26 secs]