View source: R/taxa_proportions.R
taxa_proportions | R Documentation |
Computes the proportion of a taxa classification. Function from the phylosmith-package.
taxa_proportions(phyloseq_obj, classification, treatment = NULL)
phyloseq_obj |
A |
classification |
Column name as a |
treatment |
Column name as a |
data.table
taxa_proportions(soil_column, 'Phylum', treatment = NULL)
taxa_proportions(soil_column, 'Phylum', treatment = 'Sample')
taxa_proportions(soil_column, 'Phylum', treatment = c('Matrix', 'Treatment'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.