rnb.plot.negative.boxplot {RnBeads} | R Documentation |
Box plots of negative control probes
rnb.plot.negative.boxplot(rnb.set, sample.subset = 1:length(samples(rnb.set)), writeToFile = FALSE, name.prefix = NULL, ...)
rnb.set |
|
sample.subset |
an integer vector specifying the subset of samples for which the plotting should be performed |
writeToFile |
flag specifying whether the output should be saved as |
name.prefix |
in case |
... |
other arguments to |
plot as an object of type ReportPlot
if writeToFile
is TRUE
and of class
ggplot
otherwise.
Pavlo Lutsik
library(RnBeads.hg19) data(small.example.object) rnb.plot.negative.boxplot(rnb.set.example)