Description Usage Arguments Author(s) Examples
View source: R/plot_functions.R
This function will output the a boxplot of means of a specified taxonomic group across milk consumption types at 6-months of age.
1 | plot_taxa_milkType_association(taxaFile = phylumTaxa,variable = "k__Bacteria.p__Actinobacteria",variableName = "Logged Abundance of Actinobacteria")
|
taxaFile |
R Data file containing read counts of taxa at specified level with samples as columns and taxonomic groups as rows. |
variable |
Taxa to be plotted. |
variableName |
Name of taxa to be plotted. Will be used as the title of the y-axis. |
Roshonda B. Jones
1 2 | plot_taxa_milkType_association()
plot_taxa_milkType_association(taxaFile = genusTaxa,variable ="p__Firmicutes.c__Clostridia.o__Clostridiales.f__Lachnospiraceae.g__Blautia",variableName="Logged Abundance of Blautia")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.