Description Usage Arguments Value Examples
Normalize the quantitative matrix.
1 2 |
x |
A quantitative matrix with samples in columns and compositions in rows. |
method |
The method used for normalization. |
depth |
The depth for rarefying, 1000 by default. |
replace |
Whether to sample with replacement ( |
multi |
Rarefy the table for multiple times, 1 by default, indicate the times of rarefaction want to be repeated, only validate for rarefaction. |
... |
Additional parameters. |
The normalized quantitative matrix.
x_norm Normalized matrix of the quantitative table.
1 2 3 4 | data(maize_asv2)
maize_asv_norm <- norm_tab(maize_asv2, method = "total")
maize_asv_norm <- norm_tab(maize_asv2, method = "raref", depth = 1000,
replace = TRUE, multi = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.