Description Usage Arguments Value Examples
Make boxplot of taxon abundance stratified by one sample metadata item.
1 | boxplot_taxon(physeq, taxon = NULL, group = NULL)
|
physeq |
Phyloseq object. |
taxon |
Name of taxon whose abundance should be drawn. |
group |
Metadata column to stratify. |
ggplot object.
1 2 3 4 | ## Not run:
boxplot_taxon(physeq, taxon="Prevotella", group="Enterotype")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.