qcplot {methylumi} | R Documentation |
The qcplot
function simply generates a plot of the control probe information for a given controlType
.
qcplot(object,controltype,...) controlTypes(object,...)
object |
An object of class |
controltype |
A single character value representing the bead type to plot from the quality control data. The available types are accessible via the |
... |
passed to plot function |
The descriptions of the various control types can be obtained from the Illumina methylation user's guides.
Sean Davis <sdavis2@mail.nih.gov>
data(mldat) controlTypes(mldat) qcplot(mldat,controlTypes(mldat)[3])