design,DESeqDataSet-method | R Documentation |
The design holds the R formula
which expresses how the
counts depend on the variables in colData
.
See DESeqDataSet
for details.
## S4 method for signature 'DESeqDataSet'
design(object)
## S4 replacement method for signature 'DESeqDataSet,formula'
design(object) <- value
## S4 replacement method for signature 'DESeqDataSet,matrix'
design(object) <- value
object |
a |
value |
a |
dds <- makeExampleDESeqDataSet(m=4)
design(dds) <- formula(~ 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.