sparseData: Accessors for the 'sparseData' slot of a SparseDataSet object

Description Usage Arguments Author(s) Examples

Description

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.

Usage

1
2
3
4
  ## S4 method for signature 'SparseDataSet'
sparseData(object)
  ## S4 replacement method for signature 'SparseDataSet,dgCMatrix'
sparseData(object) <- value

Arguments

object

a SparseDataSet object.

value

a dgCMatrix

Author(s)

Michael Love

Examples

1
2
  sds <- simulateSparseDataSet(100, c(5,5))
  head(sparseData(sds))

mikelove/SparseData documentation built on May 22, 2019, 10:52 p.m.