Learn R Programming

minfi (version 1.18.2)

IlluminaMethylationAnnotation-class: Class IlluminaMethylationAnnotation

Description

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.

Usage

## Constructor
IlluminaMethylationAnnotation(listOfObjects, annotation = "",
                              defaults = "")

## Data extraction ## S3 method for class 'IlluminaMethylationAnnotation': getManifest(object)

Arguments

object
An object of class IlluminaMethylationAnnotation.
annotation
An annotation character.
defaults
A vector of default choices for getAnnotation(what = "everything").
listOfObjects
A list of objects to be put into the data slot of the annotation object.

Details

The data slot contains various objects that are of type data.frame. Details are still subject to change.

See Also

IlluminaMethylationManifest