Description Usage Arguments Value Author(s) References Examples
Combining rare taxa.
1 | aggregate_rare(x, level, detection, prevalence, include.lowest = FALSE, ...)
|
x |
|
level |
Summarization level (from |
detection |
Detection threshold for absence/presence (strictly greater by default). |
prevalence |
Prevalence threshold (in [0, 1]). The required prevalence is strictly greater by default. To include the limit, set include.lowest to TRUE. |
include.lowest |
Include the lower boundary of the detection and prevalence cutoffs. FALSE by default. |
... |
Arguments to pass. |
phyloseq-class
object
Contact: Leo Lahti microbiome-admin@googlegroups.com
See citation('microbiome')
1 2 3 | data(dietswap)
s <- aggregate_rare(dietswap, level = 'Phylum',
detection = 0.1/100, prevalence = 5/100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.