Description Usage Arguments Value
Rarefaction subsample function, one sample, modified from a internal function in phyloseq, find it here.
1 | rarefaction_subsample(x, depth = 1000, replace = TRUE)
|
x |
A column of quantitative table. |
depth |
The depth for rarefying, 1000 by default. |
replace |
Whether to sample with or without replacement, |
The vector rarefied to defined depth.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.