Accessors for the 'design' slot of a DESeqDataSet object.
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.