| taxa_summary | R Documentation |
Data frame with mean, max, median standard deviation of relative abundance.
taxa_summary(x, level)
x |
|
level |
Taxonomic level for which summary is required |
returns a data frame with relative abundance summary.
Contact: Sudarshan A. Shetty sudarshanshetty9@gmail.com
## Not run:
# Example data
library(microbiomeutilities)
data("zackular2014")
p0 <- zackular2014
p0.rel <- microbiome::transform(p0, "compositional")
tx.sum1 <- taxa_summary(p0, "Phylum")
tx.sum2 <- taxa_summary(p0.rel, "Phylum")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.