volatility | R Documentation |
The main function of the volatility package.
volatility(counts, metadata, transform = TRUE, verbose = TRUE)
counts |
a microbiome count table, with rows as features and columns as samples |
metadata |
a vector in the same order as |
transform |
a boolean, whether to CLR-transform count data beforehand. Highly recommended. |
verbose |
A boolean. Toggles whether to print diagnostic information while running. Useful for debugging errors on large datasets. |
a data.frame with IDs and volatility estimates per sample pair
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.