Description Usage Arguments Value Author(s) Examples
Box plots of various control probes
1 2 3 4 5 6 7 | 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
1 2 3 | library(RnBeads.hg19)
data(small.example.object)
rnb.plot.control.boxplot(rnb.set.example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.