Description Usage Arguments Author(s) Examples
The sparseData slot holds a dgCMatrix object defined by the Matrix package. As an extension of the eSet, each row is a feature and each column is annotated with phenotypic data.
1 2 3 4 | ## S4 method for signature 'SparseDataSet'
sparseData(object)
## S4 replacement method for signature 'SparseDataSet,dgCMatrix'
sparseData(object) <- value
|
object |
a SparseDataSet object. |
value |
a dgCMatrix |
Michael Love
1 2 | sds <- simulateSparseDataSet(100, c(5,5))
head(sparseData(sds))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.