taxa_filter | R Documentation |
Inputs a phyloseq object and finds which taxa are seen in a given proportion of samples, either in the entire dataset, by treatment, or a particular treatment of interest.
taxa_filter(phyloseq_obj, treatment = NULL, subset = NULL,
frequency = 0, below = FALSE, drop_samples = FALSE)
phyloseq_obj |
A |
treatment |
Column name as a |
subset |
A factor within the |
frequency |
The proportion of samples the taxa is found in. |
below |
Does frequency define the minimum ( |
drop_samples |
Should the function remove samples that that are empty
after removing taxa filtered by frequency ( |
phyloseq-object
taxa_filter(soil_column, frequency = 0.8)
taxa_filter(soil_column, treatment = c("Matrix", "Treatment"),
subset = "Soil Amended", frequency = 0.8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.