Description Usage Arguments Author(s) Examples
The conditions vector is a factor that assigns to each column of the count data a condition (or treatment, or phenotype, or the like). This information is stored in the CountDataSet's "phenoData" slot as a row named "condition".
1 2 3 4 | ## S4 method for signature 'CountDataSet'
conditions(object, ...)
## S4 replacement method for signature 'CountDataSet'
conditions(object) <- value
|
object |
a CountDataSet |
value |
a vector of suitable length, i.e. with as many elements as
|
... |
should not be used for this method. |
Simon Anders, sanders@fs.tum.de
1 2 | cds <- makeExampleCountDataSet()
conditions( cds )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.