Skip to content

Interactive Phylogenetic Tree

GitHub repository: speeding-up-science-workshops/metabarcode-SUS-Tree/

DOI: 10.5281/zenodo.3523552

Binder

Summary

This R markdown document will create an interactive visualization of a phylogenetic tree.

Inputs are: - OTU Table - Map File - Taxa Table - Tree File

Or alternatively a phyloseq object.

Output is: - A phylogenetic tree in html format which allows some minimal interactions.

This R markdown file will lead you through the steps needed to import the data into phyloseq, create the needed functions, and draw the interactive tree. Once the tree is made, you will be able to see taxa names by mousing over, you can zoom in to sections, or isolate samples.

The tree file was created from the taxa file. If you want to see how that was done, look at the makeTree.R script.