rnb.plot.biseq.coverage.hist {RnBeads} | R Documentation |
Plots the histograms of the coverage
rnb.plot.biseq.coverage.hist( rnbs.set, sample, type = "sites", writeToFile = FALSE, numeric.names = FALSE, covg.max.percentile = 1, ... )
rnbs.set |
RnBiseqSet object |
sample |
unique sample identifier. In case |
type |
|
writeToFile |
a flag specifying whether the output should be saved as |
numeric.names |
if |
covg.max.percentile |
the maximum percentile of the coverage to be plotted |
... |
other arguments to |
plot as an object of type ReportPlot
if writeToFile
is TRUE
and of class
ggplot
otherwise.
Pavlo Lutsik