Description Usage Arguments Details Value Examples
Filter out low abundance taxa
1 2 3 4 5 6 | filter_data(
data,
tax_level = NULL,
count_threshold = 5,
sample_threshold = 0.2
)
|
data |
a phyloseq object |
tax_level |
taxonomic level at which data have been agglomerated |
count_threshold |
minimum count at which a taxon must be observed |
sample_threshold |
minimum proportion of samples within each host at which a taxon must be observed at the level specified by count_threshold |
Together count_threshold and sample_threshold specify a minimum representation for a taxon. Taxa below these observed thresholds will be grouped together into a category "Collapsed".
phyloseq object
1 | filtered_data <- filter_data(data, count_threshold=5, sample_threshold=0.2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.