findTopTaxa | R Documentation |
Find the Top Taxa
findTopTaxa(x, top = 5L, method = c("mean", "sum", "median", "prevalence"))
x |
A phyloseq object |
top |
Numeric value, how many top taxa to return. Default return top five taxa. |
method |
Specify the method to determine top taxa. Either sum, mean, median or prevalence. Default is 'mean'. |
A vector of the most top
abundant taxa
Sudarshan A. Shetty
Shetty SA (2020). Utilities for microbiome analytics. https://github.com/RIVM-IIV-Microbiome/biomeUtils
library(biomeUtils)
data("FuentesIliGutData")
findTopTaxa(FuentesIliGutData, top= 5L, method="prevalence")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.