norm_alr | R Documentation |
Additive log-ratio normalization
norm_alr(x, ref = nrow(x))
x |
numeric matrix. Samples are columns |
ref |
reference feature |
An ALR normalized count_table
norm_alr(matrix(1:100, nrow = 10, ncol = 10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.