rnb.plot.snp.boxplot {RnBeads} | R Documentation |
Box plots of beta-values from the genotyping probes
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
library(RnBeads.hg19) data(small.example.object) rnb.plot.snp.boxplot(rnb.set.example)