View source: R/normalize_counts.R
Normalize counts using a normalization method + correction of library size with dispersion correction
1 2 | normalize_counts(x, method = c("TMM", "RLE", "upperquartile", "none"),
round_output = FALSE, ...)
|
x |
matrix |
method |
Method passed to calcNormFactors function of edgeR |
round_output |
round output? |
... |
additional parameters passed to calcNormFactors of edgeR |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.