Hierarchical Tree: Display additional information (e.g. with colors)

Dear all,

I have been calculating a distance matrix for features of a dataset and used this to do a hierarchical clustering with this data.
Is there any way (using the Hierarchical Cluster View node) to display additional information (in this case the results of an independent classification) by e.g. coloring the branches/leaves of the tree - in analogy to using the Color Manager node)?

Thank you in advance for your help.

Kind regards

Joachim

Hi Joachim -

I don’t believe the Hierarchical Cluster View node supports coloring of the entire branches, but if you use the Color Manager node prior, you can indeed see colors for each individual leaf at the bottom of the plot. You might have to click the Fit to Size button in order to the see the colors.

Ages ago I created a node which was able to visualize a heatmap with dendrograms. Probably it still works with current KNIME releases: https://github.com/aborg0/hits https://raw.githubusercontent.com/aborg0/hits/googlecode_trunk/ie.tcd.imm.hits.exp/help/heatmapDendrogramView.png

2 Likes

Hi Scott,

thank you for your hint - this does actually work well and performs exactly what I need.

Much appreciated.

Joachim

Hi Aborg,

thank you for the link to your node - I will be sure to try it out as well, as the combination of heatmaps with dendrograms is very useful to the work I am doing here.

Joachim