rnb.plot.control.boxplot {RnBeads} | R Documentation |
Box plots of various control probes
rnb.plot.control.boxplot(rnb.set, type = rnb.infinium.control.targets(rnb.set@target)[1], writeToFile = FALSE, numeric.names = FALSE, ...)
rnb.set |
|
type |
type of the control probe; must be one of the |
writeToFile |
flag specifying whether the output should be saved as |
numeric.names |
if |
... |
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.control.boxplot(rnb.set.example)