I have an ASCII-art phylogenetic tree that looks (in part) like
/------ PLN
/-----+ 0.9
| \------ IL1
/--------+ 1.8
| | /----- PVD
| \------+ 0.8
| \----- URYD
--+ 3.1
| /----- PHB
| /--+ 0.7
| | \----- FLP
\-------------+ 0.8
\----- PQR
I think I understand how to use the level distance command on the children to get different depths on each side of the branch, and the grow right command to get the tree in the proper orientation, but can I get the numbers to appear as shown here--to the right of the joining node? Should these be the text of some style of node, or are they labels on textless nodes, or...?
Also, as shown here, the subtrees are different from each other and asymmetric. At this point, am I better off just drawing nodes by hand without any tree, or is there an effective way to avoid collisions?
