Skip to content

Ladderising Newick Trees

Here is an example of an app that ladderises a user supplied Newick string. It also plots the tree with phylocanvas to show users the ladderisation.

You can paste in any Newick string, or use the following for convenience:

(t4:1,(((t2:1,t7:1):1,(t1:1,t3:1):1):1,(t6:1,t5:1):1):1);

See the Pen ladderise-app by Leo Featherstone (@LeoFeatherstone) on CodePen.