fitInfo {DESeq} | R Documentation |
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.
fitInfo( cds, name=NULL )
cds |
a CountDataSet |
name |
if |
Simon Anders, sanders@fs.tum.de
cds <- makeExampleCountDataSet() cds <- estimateSizeFactors( cds ) cds <- estimateDispersions( cds ) str( fitInfo( cds ) )