FeatureSet-class {oligo}R Documentation

Classes for Feature level data

Description

Virtual class to store feature level data.

Objects from the Class

Objects can be created by calls of the form new("FeatureSet", assayData, manufacturer, platform, exprs, phenoData, featureData, experimentData, annotation, ...).

Slots

manufacturer:
Object of class "character"
platform:
Object of class "character"
assayData:
Object of class "AssayData"
phenoData:
Object of class "AnnotatedDataFrame"
featureData:
Object of class "AnnotatedDataFrame"
experimentData:
Object of class "MIAME"
annotation:
Object of class "character"
.__classVersion__:
Object of class "Versions"

Extends

Class eSet, directly. Class VersionedBiobase, by class "eSet", distance 2. Class Versioned, by class "eSet", distance 3.

Methods

No methods defined with class "FeatureSet" in the signature.

Note

Author(s)

References

See Also

eSet, VersionedBiobase, Versioned

Examples

##---- Should be DIRECTLY executable !! ----

[Package oligo version 1.0.2-6 Index]