Learn R Programming

methylumi (version 2.18.2)

qcplot: Methods for dealing with control data for Illumina methylation data.

Description

The qcplot function simply generates a plot of the control probe information for a given controlType.

Usage

qcplot(object,controltype,...)
controlTypes(object,...)

Arguments

object
An object of class MethyLumiSet or MethyLumiQC
controltype
A single character value representing the bead type to plot from the quality control data. The available types are accessible via the controlTypes method.
...
passed to plot function

Details

The descriptions of the various control types can be obtained from the Illumina methylation user's guides.

See Also

MethyLumiSet, MethyLumiQC

Examples

Run this code
data(mldat)
controlTypes(mldat)
qcplot(mldat,controlTypes(mldat)[3])

Run the code above in your browser using DataLab