Description Usage Arguments Author(s) Examples
Accessor for conditions, as defined for the
CountDataSet-class
. A factor which determines the
conditions across which means, sum of squares and t-statistics will be
calculated.
1 2 3 4 | ## S4 method for signature 'SparseDataSet'
conditions(object)
## S4 replacement method for signature 'SparseDataSet'
conditions(object) <- value
|
object |
a SparseDataSet |
value |
a factor with length equal to the columns of sparseData and the rows of phenoData. |
Michael Love
1 2 | sds <- simulateSparseDataSet(5, c(5,5))
conditions(sds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.