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

Description Usage Arguments Value Author(s) Examples

View source: R/controlPlots.R

Description

Heatmap of beta values from genotyping probes.

Usage

1
rnb.plot.snp.heatmap(dataset, writeToFile = FALSE, ...)

Arguments

dataset

Dataset as an object of type inheriting RnBeadSet, or a matrix of methylation beta values.

writeToFile

Flag specifying whether the output should be saved as ReportPlot.

...

Additional named arguments passed to createReportPlot. These are used only if writeToFile is TRUE.

Value

If writeToFile is TRUE, plot as an object of type ReportPlot. Otherwise, there is no value returned (invisible NULL).

Author(s)

Pavlo Lutsik

Examples

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

RnBeads documentation built on March 3, 2021, 2 a.m.