dispersions {DESeq2} | R Documentation |
The dispersions for each row of the DESeqDataSet.
Generally, these should be set only by
estimateDispersions
.
dispersions(object) dispersions(object) <- value ## S4 method for signature 'DESeqDataSet' dispersions(object) ## S4 replacement method for signature 'DESeqDataSet,numeric' dispersions(object)<-value ## S4 method for signature 'DESeqDataSet' dispersions(object)
object |
a |
value |
the dispersions to use for the negative binomial modeling |
Simon Anders
example("estimateDispersions") dispersions(dds)