rnb.plot.biseq.coverage.violin {RnBeads} | R Documentation |
Plots the violin plots of the coverage distribution
rnb.plot.biseq.coverage.violin( rnbs.set, samples, fname = NULL, type = "sites", covg.range = NULL, ... )
rnbs.set |
RnBiseqSet object |
samples |
unique sample identifiers. In case |
fname |
base filename for the files to be plotted. If NULL, the plot will not be written to file |
type |
|
covg.range |
Vector of length 2 specifying the range of coverage to be plotted. if |
... |
other arguments to |
plot as an object of type ReportPlot
if writeToFile
is TRUE
and of class
ggplot
otherwise.
Fabian Mueller