Skip to content

Instantly share code, notes, and snippets.

View sanshu's full-sized avatar

Mayya Sedova sanshu

  • UC Riverside School of Medicine
  • San Diego, CA
View GitHub Profile
@sanshu
sanshu / d3-heatmap-dendro.js
Last active December 11, 2024 08:07
d3 heatmap with dendrograms
/*
* Mayya Sedova <[email protected]>
* See it in action https://sanshu.github.io/d3-heatmap-dendrogram/
*/
(function () {
d3.heatmapDendro = function (data, parent) {
if (!data || !data.matrix)