View source: R/beta_diversity_fun.R
abundance_calc | R Documentation |
Calculate abundance in regards to taxonomic level.
abundance_calc(phylo, taxlev, ntaxa)
phylo |
phyloseq object |
taxlev |
character. taxonomic level |
ntaxa |
numeric. Number of most abundant taxa, which should be displayed. Remaining taxa will be summarised in "Others". |
data.frame
data("mice_B6_N") abundance_calc(mice_B6_N, "Family", 14)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.