Description Usage Arguments Details Value Examples
Load ABRP 16S data and filter out low abundance taxa
1 2 3 4 5 6 | load_data(
tax_level = "ASV",
host_sample_min = 75,
count_threshold = 5,
sample_threshold = 0.2
)
|
tax_level |
taxonomic level at which to agglomerate data |
host_sample_min |
minimum sample number for host inclusion in the filtered data set |
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 "Other."
phyloseq object
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.