Wrapper around metagenomeSeq::cumNorm() / metagenomeSeq::MRcounts()
implementing Cumulative Sum Scaling (Paulson et al. 2013,
doi:10.1038/nmeth.2658
).
Arguments
- physeq
(required) a
phyloseq-classobject obtained using thephyloseqpackage.- log
(logical, default
TRUE) whether to return \(\log_2(x + 1)\) transformed counts (as recommended by the metagenomeSeq authors).
Value
A new phyloseq-class object with a CSS
normalised otu_table.