Learn R Programming

RnBeads (version 1.4.0)

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

Description

Box plots of beta-values from the genotyping probes

Usage

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

Arguments

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

@return 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.boxplot(rnb.set.example)

Run the code above in your browser using DataLab