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