/NG-CHM

A dynamic, graphical environment for exploration of clustered or non-clustered heat map data in a web browser.

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

NG-CHM

The NG-CHM Heat Map Viewer is a dynamic, graphical environment for exploration of clustered or non-clustered heat map data in a web browser. It supports zooming, panning, searching, covariate bars, and link-outs that enable deep exploration of patterns and associations in heat maps. This demo video quickly demonstrates the viewer's major features.

The project homepage includes additional documentation, introductory videos, and tutorials.

To build image:

docker build \
       --build-arg="GIT_COMMIT=$(git rev-parse --short HEAD)" \
       --build-arg="GIT_LATEST_TAG=$(git describe --tags --abbrev=0)" \
       -t ngchm:latest .