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 April 4, 2024 20:29
d3 heatmap with dendrograms
/*
* Mayya Sedova <msedova.dev@gmail.com>
* See it in action https://sanshu.github.io/d3-heatmap-dendrogram/
*/
(function () {
d3.heatmapDendro = function (data, parent) {
if (!data || !data.matrix)