View source: R/expression_fit.R
nbinom.estimation | R Documentation |
Code adapted from the DESeq function estimateDispersion (Bioconductor R package DESeq, Simon Anders (EMBL Heidelberg), DOI 10.18129/B9.bioc.DESeq )
nbinom.estimation(counts.ct, sizeFactorMethod = "standard")
counts.ct |
Count matrix |
sizeFactorMethod |
Use to different size factor normalization methods, either the "standard" method from DEseq or "poscounts" of DESeq2 |
list with three data frame containing the normalized mean values, the dispersion parameters and the parameters for the mean-dispersion function estimated using the DESeq approach
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.