Description Usage Arguments Value Author(s) Examples
Bar plots of beta-values from the genotyping probes
1 2 3 4 5 6 7 | 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
1 2 3 4 | library(RnBeads.hg19)
data(small.example.object)
samp<-samples(rnb.set.example)[1]
rnb.plot.snp.barplot(rnb.set.example, samp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.