Description Usage Arguments Value Author(s) Examples
Heatmap of beta values from genotyping probes.
1 | rnb.plot.snp.heatmap(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,
there is no value returned (invisible NULL
).
Pavlo Lutsik
1 2 3 | library(RnBeads.hg19)
data(small.example.object)
rnb.plot.snp.heatmap(rnb.set.example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.