Description Usage Arguments Author(s) See Also Examples
The dispersion table ("dispTable") is a named vector that assigns to each
condition (as name) a dispersion column (as value). If nbinomTest
is called to compare two conditions, say "A" and "B", DESeq looks up in the dispTable,
which dispersion columns to use. In the standard case (see example), these
are just the dispersions for "A" and "B", i.e., the columns disp_A
and disp_B
in fData(object)
. If the "pooled" or "blind" variance
estimation is used, all conditions are assigned the same column.
1 |
object |
a CountDataSet |
... |
further argumnts are ignored |
Simon Anders, sanders@fs.tum.de
estimateDispersions
, nbinomTest
1 2 3 4 | cds <- makeExampleCountDataSet()
cds <- estimateSizeFactors( cds )
cds <- estimateDispersions( cds )
dispTable( cds )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.