prevalence | R Documentation |
Compute prevalence and abundance summary of each species/OTU.
prevalence(physeq, add_tax = TRUE)
physeq |
A phyloseq-class object |
add_tax |
Logical, add taxonomy to the results |
Data frame
data(esophagus)
prevalence(esophagus)
data(GlobalPatterns)
head( prevalence(GlobalPatterns, add_tax = T) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.