Description Usage Arguments Details Value Author(s) References Examples
List prevalent groups
1 | list_prevalent_groups(x, detection.threshold, prevalence.threshold)
|
x |
Abundance data matrix: samples x features (microbes) |
detection.threshold |
Detection threshold for absence/presence. |
prevalence.threshold |
Detection threshold for prevalence |
Lists groups that are more prevalent above the detection threshold as specified by the detection and prevalence threshold arguments
Vector of prevalent groups
Contact: Leo Lahti microbiome-admin@googlegroups.com
A Salonen et al. The adult intestinal core microbiota is determined by analysis depth and health status. Clinical Microbiology and Infection 18(S4):16 20, 2012. To cite the microbiome R package, see citation('microbiome')
1 2 | data(peerj32)
list_prevalent_groups(peerj32$microbes, 2, 0.2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.