rnb.plot.snp.boxplot {RnBeads}R Documentation

rnb.plot.snp.boxplot

Description

Box plots of beta-values from the genotyping probes

Usage

rnb.plot.snp.boxplot(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.

Value

If writeToFile is TRUE: plot as an object of type ReportPlot. Otherwise: plot as an object of type ggplot.

Author(s)

Pavlo Lutsik

Examples


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


[Package RnBeads version 2.8.1 Index]