View source: R/getTaxaOverview.R
getTaxaOverview | R Documentation |
Get Overview of Taxa Abundances
getTaxaOverview(x, rank = NULL)
x |
A phyloseq object |
rank |
Default is NULL and returns overview matching |
A tibble
Sudarshan A. Shetty
Shetty SA (2020). Utilities for microbiome analytics. https://github.com/RIVM-IIV-Microbiome/biomeUtils
getTaxaSummary
library(biomeUtils)
data("FuentesIliGutData")
getProportions(FuentesIliGutData) |>
filterSampleData(ILI == "C") |>
getTaxaOverview(rank="Phylum")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.