FeatureSet subclasses {oligo} | R Documentation |
Classes to store Feature Set information for specific types of array.
Objects can be created by calls of the form
new("ExpressionFeatureSet", manufacturer, platform, exprs,
phenoData, experimentData, annotation)
,
new("SnpFeatureSet", manufacturer, platform, exprs,
phenoData, experimentData, annotation)
, new("TilingFeatureSet", manufacturer, platform, exprs, phenoData, experimentData, annotation)
.
Such objects are extensions of FeatureSet
objects.
manufacturer
:"character"
~~ platform
:"character"
~~ assayData
:"AssayData"
~~ phenoData
:"AnnotatedDataFrame"
~~ experimentData
:"MIAME"
~~ annotation
:"character"
~~
Class "FeatureSet"
, directly.
Class "eSet"
, by class "FeatureSet"
.
Methods defined for FeatureSet
.
##---- Should be DIRECTLY executable !! ----