common_taxa | R Documentation |
Inputs a phyloseq-class
object and finds which taxa
are shared between all of the specified treatments from data in the
sample_data()
), or every sample in the
dataset.
common_taxa(phyloseq_obj, treatment = NULL, subset = NULL, n = "all")
phyloseq_obj |
A |
treatment |
Column name as a |
subset |
A factor within the |
n |
Number of treatment groups that need to share the taxa to be considered a common taxa. |
vector
unique_taxa
common_taxa(soil_column, treatment = "Treatment",
subset = "Amended", n = "all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.