Description Usage Arguments Value
Adds a pseudocount, (re-)closes to proportions, and then applies centered log-ratio transformation
1 |
otus |
Matrix of OTU counts or proportions. Rows are samples, columns are OTUs. |
pseudocount |
Pseudocount to be added to all values in OTU matrix. If NULL, then 0.5 is added if entries are counts, or min(1e-06, 0.5*min(nonzero p)) if entries are proportions. If all entries are nonzero, nothing is added. |
Matrix of CLR-transformed data (dimensions, rownames, colnames match input)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.