taxa_core | R Documentation |
Inputs a phyloseq object and finds which taxa are seen in a given proportion of samples at a minimum relative abundance, either in the entire dataset, by treatment, or a particular treatment of interest.
taxa_core(phyloseq_obj, treatment = NULL, subset = NULL,
frequency = 0.5, abundance_threshold = 0.01)
phyloseq_obj |
A |
treatment |
Column name as a |
subset |
A factor within the |
frequency |
The proportion of samples the taxa is found in. |
abundance_threshold |
The minimum relative abundance the taxa is found in for each sample. |
phyloseq-object
taxa_core(soil_column, frequency = 0.2, abundance_threshold = 0.01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.