Clustergrammer, Clustergrammer2, and Clustergrammer-GL are packages originally developed by the Human Immune Monitoring Center and Ma'ayan lab at the Icahn School of Medicine at Mount Sinai.
This work is now being continued by Gumus Lab, also at ISMMS, and the code is being updated and maintained so it can be used in genomics project that the Gumus Lab is working on.
The project lead is Kevin Ulrich, who can be contacted here.
The original documentation for Clustergrammer and all its associated projects is located here, though it mainly applies in terms of creating formatted data with Clustergrammer-PY and the desired format for the data for Javascript applications.
Contributions are totally welcome -- there are two ways to contribute:
yarn
to install all required node modulesyarn start
to build the package locally into the example/example-app
folder and watch for changes (will rebuild automatically)cd example/example-app
, run yarn
to install all required node modules and then run yarn start
to start the local test appLet me know if you have any ideas on how to make the Clustergrammer isntances update when the source code updates (right now the sources on the page update fine but it doesn't reflect in the UI)
The original license still applies, and the code is MIT-licensed.