We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This is a convenience wrapper function for plotting of top taxa of interest.
library(tibble) library(microbiomeutilities) data("biogeogut") # load data ps0 <- biogeogut ps0.rel <- transform(ps0, "compositional") # convert counts to relative abundance pn <- plot_taxa_boxplot(ps0.rel, "Genus", 10, "SampleType", color = "Set2", "Relative abundance of top 10 genera") pn