Hello all,
I am new to this forum and I am glad I found one in Bioinformatics too. I hope I can ask this question here.
Has anyone been able to generate cluster heatmaps using any library in Java ?
I recently got to learn that heatmaps are different from cluster heat maps in just that in the cluster heatmaps there are dendrograms for both genes as well as samples. So essentially Hierarchical clustering (thats what I am working on) is to be performed once on the genes and once on the samples.
I was looking at JFreechart, JTreeview. In JFreechart I did not find any method to directly get a cluster heat map. And with JTreeview, it needs 3 input files in particular format like the .CDT file, .gtr file, .atr file. I am curious to know if there is any other direct way to generate these cluster heat maps.
Please enlighten me
Thanks in advance
Thanks Istvan. will look at this.