talgalili / d3heatmap

A D3.js-based heatmap htmlwidget for R
Other
236 stars 95 forks source link

Add side color panel to indicate groups #45

Open chialingh opened 8 years ago

chialingh commented 8 years ago

Hi, d3heatmap is a great tool, especially for large datasets. I'm wondering if it's possible to add a function of adding side color panels like this:

Thanks.

Clustering heatmap

jcheng5 commented 8 years ago

Please see https://github.com/rstudio/d3heatmap/pull/31. You can install it with devtools::install_github("rstudio/d3heatmap@colorlabels").

chialingh commented 8 years ago

Thank you for your prompt response! This is really nice!