Skip to content

Instantly share code, notes, and snippets.

View jfarid27's full-sized avatar
💭

Jalil F. jfarid27

💭
View GitHub Profile
@jfarid27
jfarid27 / Heatmap.js
Last active December 22, 2015 22:39 — forked from correiak/Heatmap.js
D3 code for visualizing microarray clustering data.
var newdata;
var scope = new Object();
scope.marginleft = 400;
scope.marginright = 80;
scope.margintop = 300;
scope.marginbottom = 80;
scope.width = 1200;
scope.height = 1100;
scope.showlabels = true;