Description Usage Arguments Value
Function for normalization by rarefying the samples into the same depth, modified from phyloseq, find it here.
1 | norm_by_raref(x, depth = 1000, replace = TRUE)
|
x |
A quantitative table with sample in columns and compositions in rows. |
depth |
The depth for rarefying, 1000 by default. |
replace |
Whether to sample with replacement ( |
A normalized quantitative table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.