Description Objects from the Class Slots Extends Methods Author(s)
An extension of the eSet class for sparse matrix data. The assay data
is stored as a dgCMatrix and accessible via the
sparseData
function.
The dgCMatrix-class
is compressed, sparse, column-oriented
format. This class is convenient because the typical high-throughput
assay data is a tall matrix: perhaps hundreds of samples defined over
thousands or millions of features. Distances and correlations between
samples can be calculated quickly using matrix multiplication.
Objects can be created with calls to newSparseDataSet
.
means
:Object of class "list"
~~
sumSquares
:Object of class "list"
~~
tStats
:Object of class "list"
~~
assayData
:Object of class "AssayData"
~~
phenoData
:Object of class "AnnotatedDataFrame"
~~
featureData
:Object of class "AnnotatedDataFrame"
~~
experimentData
:Object of class "MIAxE"
~~
annotation
:Object of class "character"
~~
protocolData
:Object of class "AnnotatedDataFrame"
~~
.__classVersion__
:Object of class "Versions"
~~
Class "eSet"
, directly.
Class "VersionedBiobase"
, by class "eSet", distance 2.
Class "Versioned"
, by class "eSet", distance 3.
signature(object = "SparseDataSet")
: ...
signature(object = "SparseDataSet")
: ...
signature(object = "SparseDataSet"), signature(object = "SparseDataSet")
: ...
signature(object = "SparseDataSet")
: ...
signature(object = "SparseDataSet")
: ...
signature(object = "SparseDataSet")
: ...
signature(object = "SparseDataSet")
: ...
signature(object = "SparseDataSet")
: ...
signature(object = "SparseDataSet")
: ...
signature(object = "SparseDataSet")
: ...
signature(object = "SparseDataSet")
: ...
Michael Love
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.