Should create plots like this need help.
• 0 views
•
link
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
Log in to answer this question.
Hi
genus_Thiobacillus = subset_taxa(BTM, Genus == "g__Thiobacillus")
myplot <- plot_bar(genus_Thiobacillus ,"X.SampleID", fill = "Specie")