This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Plots in R using phyloseq

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

plot image

r phyloseq

Hi

genus_Thiobacillus = subset_taxa(BTM, Genus == "g__Thiobacillus")

myplot <- plot_bar(genus_Thiobacillus ,"X.SampleID", fill = "Specie")

1 answer

https://ibb.co/dz4F7G

Log in to answer this question.