Especially when dealing with a lot of samples and arrays, generated heatmap images can get too large to look at.
JTreeView is an extremely useful open source application written by Alok Saldanha for viewing microarray
and other high throughput data in an interactive heat map.
One useful example of using JTreeView is when you dynamically generate the dataset from a database, cluster it, and then present
it to the user.
Because of the way that IE and firefox embed applets, the firefox way won’t work with IE and vice versa.
In order to embed the applet code so that both IE and firefox works, you need to nest the code for both browsers since they handle
applets differently.
Here is an example:
The APPLET tag is embedded as a comment in the OBJECT tag. IE will ignore the comment. Firefox will ignore the OBJECT.
In order to save images from the applet, you need to sign the jars. (instructions)
Note that exiting the applet will close the browser unless you get the most updated codebase or you add this fix.