HeatMapViewer (v14) BETA

This module is currently in beta release. The module and/or documentation may be incomplete.

A configurable heat map viewer that provides users with several options for manipulating and visualizing array-based data

Author: Marc-Danie Nazaire, The Broad Institute

Contact:

gp-help@broadinstitute.org

Algorithm Version:

Summary

The HeatMapViewer displays values in a heat map format where by default the largest values are displayed as the reddest (hot), the smallest values are displayed as the bluest (cool), and intermediate values are a lighter color of either blue or red. This is a very convenient way to display three-dimensional data (samples, features, and values). It was created using jHeatmap

Options

There are a number of options controlling the appearance of the heat map that can be set by clicking the Options button: 

  • You can choose between radio buttons for Row Relative and Global color schemes. When the relative choice is selected, the heat map converts values to colors using the mean, minimum, and maximum values in each row. When the global choice is selected the heat map converts values to colors using the mean, minimum, and maximum values in the entire dataset.
  • You can choose between the radio buttons Use Color Gradient and Use Discrete Colors. The heat map uses linear color gradient to convert values to colors when the Use Color Gradient button is selected, while a discrete color map is used if the Use Discrete Colors button is selected. A color picker is provided for selecting colors. When specifying discrete colors there is no limit on the number of colors that can added.

Add/Edit Labels

  • Feature Labels
    • To load feature labels, select Features and load a GMX file. A complete description of this format is available on the GenePattern website

    • Feature labels use color to annotate features in the heat map

    • A color bar appears next to each feature in the feature set in the table.

    • Select Edit>Feature Labels to edit the color or close the feature set.
  • Sample Labels

    • Sample labels use color to annotate samples in the heat map.

    • Create a CLS file. A complete description of this format is available on the GenePattern website.

    • A color bar appears below each sample name 

Saving Images

Users can save the heat map image to a file by selecting the Save Image button. Supported formats are SVG and PNG. There is a size limit when saving in png format.​ An error will be displayed if the file is too largeto save as PNG.

Find 

To find a feature or sample in the heat map, select Search button and enter the text and whether to search among the features or the samples and also if the case should be case-insensitive. 

 

Parameters

Name Description
dataset * The dataset to display - .gct

* - required

Platform Dependencies

Task Type:
javascript

CPU Type:
any

Operating System:
any

Language:
Javascript/jQuery

Version Comments

Version Release Date Description
13 2014-06-16 Updated to improve compatibility with Java 7 security updates
12 2016-02-18
11 2013-06-21 Fixes Java 7 launching issues.
10 2010-08-04 Fixed bug with incorrect scores listed for features in the Nearest Neighbors table
9 2010-03-18 Fixed bug in calculating standard deviation for centroid plot.
8 2007-09-05 Fixed bug in color scheme legend dialog. Added gene neighbors analysis.
6 2007-08-13 Additional additional plots, keyboard shortcuts, and ability to label samples from sample info file.
5 2006-10-05 Plot selected samples only in profile plot
4 2006-09-25 Added eps output file format
3 2006-08-08 Save row names with image
2 2005-06-07 Annotated for GP 1.4.
1 2004-12-22