Description Usage Arguments Author(s) See Also Examples
View source: R/class_and_slots.R
After calling estimateDispersions
, a CountDataSet object
is populated with one or (in case of a “per-condition” estimation)
several fitInfo objects, which can be accessed with this function.
1 |
cds |
a CountDataSet |
name |
if |
Simon Anders, sanders@fs.tum.de
1 2 3 4 | cds <- makeExampleCountDataSet()
cds <- estimateSizeFactors( cds )
cds <- estimateDispersions( cds )
str( fitInfo( cds ) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.