View source: R/phyloseq_mult_raref_div.R
phyloseq_mult_raref_div | R Documentation |
This function performs multiple rarefaction and estimates average diversity (e.g., Simpson or Shannon indices) for each sample.
phyloseq_mult_raref_div(
physeq,
SampSize = min(sample_sums(physeq)),
iter = 1000,
divindex = c("Observed", "Shannon"),
parallel = FALSE,
verbose = TRUE,
...
)
physeq |
A phyloseq-class object |
SampSize |
Rarefaction depth (number of reads to sample) |
iter |
Number of rarefication iterations |
divindex |
Alpha-diversity measures to estimate (for the supported indices see |
parallel |
Logical; if TRUE, attempts to run the function on multiple cores |
verbose |
Logical; if TRUE, progress messages from the function will be printed |
... |
Additional argument may be passed to |
A data.frame of the richness estimates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.