Relative abundance in phyloseq and biplot
0
0
Entering edit mode
4.0 years ago
Bioinfonext ▴ 460

Hi,

I do have relative abundance in phyloseq object, could you please let me know how I can plot biplot with taxonomy at phylum level after getting relative abundance in phyloseq.

physeq <- phyloseq(OTU, TAX, samples)
colnames(tax_table(physeq))= c("Kingdom","Phylum","Class","Order","Family","Genus", "Species")
rank_names(physeq)
nsamples(physeq)
ntaxa(physeq)
physeq2Phylum=tax_glom(physeqN2,"Phylum",NArm=TRUE)
physeq2PhylumR = transform_sample_counts(physeq2Phylum, function(x) x / sum(x))

Many thanks Bioinfonext

vegan phyloseq R bioconducter • 2.3k views
ADD COMMENT

Login before adding your answer.

Traffic: 2867 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