Entering edit mode
6.9 years ago
arunsaikirans
•
0
Hi all, I am trying to create barplots for my metagenomic data via R and phyloseq, I should create plots of a single specified genus or species for all my samples. Could any one explain how to create this using R code???
Thanks Kiran
Hi
genus_Thiobacillus = subset_taxa(BTM, Genus == "g__Thiobacillus")
myplot <- plot_bar(genus_Thiobacillus ,"X.SampleID", fill = "Specie")