design {DESeq2} | R Documentation |
Accessors for the 'design' slot of a DESeqDataSet object.
## S4 method for signature 'DESeqDataSet' design(object) ## S4 replacement method for signature 'DESeqDataSet,formula' design(object)<-value ## S4 method for signature 'DESeqDataSet' design(object)
object |
a |
value |
a |
dds <- makeExampleDESeqDataSet() design(dds) <- formula(~ 1)