Description Usage Arguments Author(s) See Also Examples
The dispersions for each row of the DESeqDataSet. Generally,
these should be set only by estimateDispersions
.
1 2 3 4 5 6 7 8 9 10 11 12 | 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 |
... |
additional arguments |
value |
the dispersions to use for the Negative Binomial modeling |
Simon Anders
1 2 | example("estimateDispersions")
head(dispersions(dds))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.