## Not run:
# library(vegan)
#
# data("metagenomic_example")
#
# # Run Principal Coordinate Analysis on Bray-Curtis dissimilarity matrix
# pcoa = cmdscale(vegdist(t(metagenomic_example$otu), "bray"), k = 3)
#
# # By turning off the GO analysis we can show the names of taxa
# gs = gosummaries(pcoa, metagenomic_example$otu, metagenomic_example$annot,
# show_genes = TRUE, gconvert_target = NULL, n_genes = 30)
#
# plot(gs, class = "BodySite", fontsize = 8)
# ## End(Not run)
Run the code above in your browser using DataLab