Description Objects from the Class Slots Methods Author(s) See Also Examples
Classes to store data from Expression/Exon/SNP/Tiling arrays at the feature level.
The FeatureSet class is VIRTUAL. Therefore users are not able to create instances of such class.
Objects for FeatureSet-like classes can be created by calls of the form:
new(CLASSNAME, assayData, manufacturer, platform, exprs,
phenoData, featureData, experimentData, annotation, ...)
.
But the preferred way is using parsers like
read.celfiles
and read.xysfiles
.
manufacturer
: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"
signature(.Object = "FeatureSet")
: show object contents
signature(.Object = "SnpFeatureSet")
:
checks if object contains data for both strands simultaneously
(50K/250K Affymetrix SNP chips - in this case it returns TRUE); if
object contains data for one strand at a time (SNP 5.0 and SNP 6.0
- in this case it returns FALSE)
Benilton Carvalho
eSet
, VersionedBiobase
, Versioned
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.