design | R Documentation |
The design holds the R formula
which expresses how the
counts depend on the variables in colData
.
See IsomirDataSeq for details.
## S4 method for signature 'IsomirDataSeq'
design(object)
## S4 replacement method for signature 'IsomirDataSeq,formula'
design(object) <- value
object |
A IsomirDataSeq object. |
value |
A formula to pass to DESeq2. |
design for the experiment
data(mirData)
design(mirData) <- formula(~ 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.