ExonFeatureSet-class {oligo}R Documentation

"FeatureSet" Extensions

Description

Classes to store data from Expression/Exon/SNP/Tiling arrays at the feature level.

Objects from the Class

Objects can be created by calls of the form new("ExonFeatureSet", 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 FeatureSet, directly. Class eSet, by class "FeatureSet", distance 2. Class VersionedBiobase, by class "FeatureSet", distance 3. Class link[Biobase:class.Versioned]{Versioned}, by class "FeatureSet", distance 4.

Methods

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

See Also

eSet, VersionedBiobase, link[Biobase:class.Versioned]{Versioned}

Examples

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

[Package oligo version 1.6.0 Index]