OTU_stats | R Documentation |
This function returns a summary of OTU statistics for the OTUs of an OTU table
OTU_stats(refined_table, taxonomy = NULL)
refined_table |
The refined OTU table returned from refine_data or
a |
taxonomy |
Named character, with the names being those of the OTUs and the values their taxonomy collapased into a single string (for each OTU) |
A data.frame
with one row for each OTU with the following
elements:
ID
The OTU name
meanAbundance
medianAbundance
maxAbundance
numberNonZero
The number of samples where the OTU has a
non-zero abundance
taxonomy
collapsed into a single string, may be missing
#' @examples library(micInt) data("seawater") OTU_stats(seawater)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.