IlluminaMethylationAnnotation-class {minfi} | R Documentation |
IlluminaMethylationAnnotation
This is a class for representing annotation associated with an
Illumina methylation microarray. Annotation is transient in the sense
that it may change over time, wheres the information stored in the
IlluminaMethylationManifest
class only depends on the array design.
## Constructor IlluminaMethylationAnnotation(objectNames, annotation = "", defaults = "", packageName = "") ## Data extraction ## S4 method for signature 'IlluminaMethylationAnnotation' getManifest(object)
object |
An object of class
|
annotation |
An annotation |
defaults |
A vector of default choices for
|
objectNames |
a |
packageName |
The name of the package this object will be contained in. |
An object of class IlluminaMethylationAnnotation
.
In the following code, object
is a IlluminaMethylationAnnotation
.
getManifest(object)
Get the manifest object associated with the array.
Kasper Daniel Hansen khansen@jhsph.edu.