rnb.plot.snp.barplot {RnBeads} | R Documentation |
Bar plots of beta-values from the genotyping probes
rnb.plot.snp.barplot(dataset, probeID, writeToFile = FALSE, numeric.names = FALSE, ...)
dataset |
Dataset as an instance of |
probeID |
Probe identifier. This must be one of |
writeToFile |
Flag specifying whether the output should be saved as |
numeric.names |
if |
... |
Additional named arguments passed 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) samp<-samples(rnb.set.example)[1] rnb.plot.snp.barplot(rnb.set.example, samp)