| tmm_pq | R Documentation |
Wrapper around edgeR::calcNormFactors() with method = "TMM"
(Robinson & Oshlack 2010, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1186/gb-2010-11-3-r25")}). Returns
counts-per-million scaled by the TMM-derived library sizes.
tmm_pq(physeq, log = FALSE)
physeq |
(required) a |
log |
(logical, default |
A new phyloseq-class object with a TMM
normalised otu_table.
Adrien Taudière
edgeR::calcNormFactors(), edgeR::cpm()
data_f_tmm <- tmm_pq(data_fungi_mini)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.