rnb.plot.coverage.thresholds(rnb.set, min.coverages, fname = NA, ...)
RnBiseqSet
.integer
vector storing the unique positive cutoff values to be applied for
minimal coverage. Names, if present, are interpreted as colors that must be used to denote the
corresponding values.report
, width
, height
, create.pdf
, low.png
and
high.png
. These parameters are ignored when fname
is NULL
or NA
.fname
is NULL
or NA
(default), the generated plot as an object of type
ggplot2
; otherwise, the initialized and closed ReportPlot
object, invisibly.
fname
is specified, this function calls createReportPlot
to save the plot to PDF and/or PNG
files. See its documentation for information on acceptable file names. Additional
parameters - report
, width
, height
, etc. - can also be given. If image width is not specified,
it is set to a value between 4.7 and 9.2 (inches), depending on the number of samples in the dataset. The default
image height is fixed to 7.2.