Description Usage Arguments Details Value Author(s)
View source: R/controlPlotsBiSeq.R
Plots the number of remaining CpGs after applying different thresholds for coverage and support.
1 | rnb.plot.coverage.thresholds(rnb.set, min.coverages, fname = NA, ...)
|
rnb.set |
Methylation dataset as an object of type |
min.coverages |
Non-empty |
fname |
File name to save the generated plot to. See the Details section for restrictions. |
... |
Additional named parameters related to saving the plot to files. These can include:
|
If 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.
If fname
is NULL
or NA
(default), the generated plot as an object of type
ggplot2
; otherwise, the initialized and closed ReportPlot
object, invisibly.
Yassen Assenov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.