Learn R Programming

RnBeads (version 1.4.0)

rnb.plot.snp.heatmap: rnb.plot.snp.heatmap

Description

Heatmap of beta-values from genotyping probes

Usage

rnb.plot.snp.heatmap(rnb.set, writeToFile = FALSE, ...)

Arguments

rnb.set
RnBeadRawSet or RnBeadSet object
writeToFile
flag specifying whether the output should be saved as ReportPlot
...
other arguments to createReportPlot

Value

plot as an object of type ReportPlot if writeToFile is TRUE and of class ggplot otherwise.

Examples

Run this code

library(RnBeads.hg19)
data(small.example.object)
rnb.plot.snp.heatmap(rnb.set.example)

Run the code above in your browser using DataLab