rnb.plot.snp.boxplot: rnb.plot.snp.boxplot

Description Usage Arguments Value Author(s) Examples

View source: R/controlPlots.R

Description

Box plots of beta-values from the genotyping probes

Usage

1
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

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

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