Description Usage Arguments Value Examples
Normalize the slot 'tab' for later analysis.
1 |
x |
The input mina object with quantitative tab / a matrix needed to be normalized. |
method |
The method used for the normalization of quantitative table. |
... |
Additional parameters. |
Normalized quantitative table.
1 2 | maize <- new("mina", tab = maize_asv2, des = maize_des2)
maize <- norm_tab(maize, method = "total")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.