Description Usage Arguments Value Author(s) Examples
Box plots of beta-values from the genotyping probes
1 | rnb.plot.snp.boxplot(dataset, writeToFile = FALSE, ...)
|
dataset |
Dataset as an object of type inheriting |
writeToFile |
Flag specifying whether the output should be saved as |
... |
Additional named arguments passed to |
If writeToFile
is TRUE
: plot as an object of type ReportPlot
. Otherwise:
plot as an object of type ggplot
.
Pavlo Lutsik
1 2 3 | library(RnBeads.hg19)
data(small.example.object)
rnb.plot.snp.boxplot(rnb.set.example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.