PCoA plot with phyla abundance
0
0
Entering edit mode
4.1 years ago
Bioinfonext ▴ 460

Hi,

could anyone please help me how to make PCoA plot with phyla abundance as shown in below link from amplicon sequencing data.

enter image description here

Thanks

R vegan phyloseq • 3.5k views
ADD COMMENT
0
Entering edit mode

Please see How to add images to a Biostars post to add your images properly. You need the direct link to the image, not the link to the webpage that has the image embedded (which is what you have used here)

ADD REPLY
0
Entering edit mode

ok, sorry for that,

I have changed above image link.

ADD REPLY
0
Entering edit mode

Did you read the post? It has instructions on how to add the image. Pasting the URL directly is not the optimal way of doing it.

ADD REPLY
0
Entering edit mode

Where are you struggling? Do you have the abundance in the phylum level already?

ADD REPLY
0
Entering edit mode

Hi Asaf,

Yes I do have relative abundance at phyla level. currently I am using below phyloseq code for PCoA plot but not sure how to insert bacterial abundance in this plot at phyla level.

physeqN3 = filter_taxa(physeqN2, function(x) sum(x > 5) > (0.2*length(x)), TRUE)
phyloseq_prop = transform_sample_counts(physeqN3, function(x) 1E6 * x/sum(x))
phyloseq_prop_bray <- ordinate(phyloseq_prop, "PCoA", "bray")
p=plot_ordination(phyloseq_prop,phyloseq_prop_bray, color = "Region", shape="Region")
p = p + geom_point(size = 4, alpha = 0.75)
p + ggtitle("PCoA root-dry season data,genus-Bray distance ")

many thanks nabiyogesh

ADD REPLY
1
Entering edit mode

Not sure how to do this with phyloseq. You can extract the abundance table and try with https://github.com/vqv/ggbiplot

ADD REPLY
0
Entering edit mode

Yes, I do have relative abundance table and metadata file but not sure how should I proceed after this, could you please share the R code for ggbiplot.

ADD REPLY

Login before adding your answer.

Traffic: 1498 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6