I want to plot tree like human kinome. Looks like only GraphViz can do that with Spring-Electrical Model for graph generation. A life of tree are shown here made by GraphViz.
However, my tree is in Newick format. Is there any easy way to convert Newick format to DOT language?
Thanks!
googled and found: http://jean-paul.davalan.pagesperso-orange.fr/graphs/ph/index-en.html
That is not quit right. For example, you can try to paste: "((D:10,C:4)D_C,B:4,A:13)" as input. However, the result doesn't match the input. Probably, it only works for very specific Newick format.