PHYLObar was developed by Umer Zeeshan Ijaz in the following hackathon:
Event Title: WG2 hackathon: Extracting strain level variation from shotgun metagenome data
Location: Isaac Newton Institute, Cambridge, United Kingdom
Dates: from 07-11-2014 to 11-11-2014
and then click on PHYLObar.html to load the tree up in your browser.
Information
- written in D3 and provides a mean to visualise a newick tree on an html page
- trees are collapsable (click on the nodes in the example given below)
- nodes also show distances in parenthesis
- any nodes can be annotated with stackedbars by providing an annotation file with a comma-separated list of quantitative measures
- legends are shown on top left
- currently there is support for only 21 quantitative measures
- unit of a quantitative measure is pixels, so you may want to scale the values in annotation file if they become huge
- current view can be exported as a png image by clicking on "Create Snapshot (PNG)" button below the tree
- to increase the size of the canvas, edit var diameter = 1600; and <canvas width="1600" height="1600" style="display:none"></canvas> in PHYLObar.html