6

I've written a small hierarchical clustering algorithm (for better or for worse). I'd like a quick way of visualizing it, any tooling ideas?

Hans
  • 163
  • 1
  • 4

4 Answers4

5

TreeView -- it is not a statistical tool, but it is very light and I have a great sentiment to it; and it is easy to make output to Newick format, which TV eats without problems.

More powerful solution is to use R, but here you would have to invest some time in making conversion to the dendrogram object (basically list-of-lists).

2

You can use PhyFi web server for generating dendrograms from Newick files. Sample output using your data from PhyFi:

PhyFi figure

Khader Shameer
  • 663
  • 1
  • 7
  • 14
2

Archaeopteryx is a Java application that you can use standalone or embed in an application. Dendroscope is also pretty good. Both can read files in Newick format, and provide many ways of manipulating the display.

kc2001
  • 215
  • 1
  • 9
0

While it's not a tool per-se, ascii art is a fairly safe option actually, and not as hard as it seems at first. It's not pretty, but it gets the point accross.

Hans
  • 163
  • 1
  • 4