Skip to content

Instantly share code, notes, and snippets.

@florin-chelaru
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save florin-chelaru/32c732792374dc85db1c to your computer and use it in GitHub Desktop.
Save florin-chelaru/32c732792374dc85db1c to your computer and use it in GitHub Desktop.
Epiviz Settings Heatmap Dendrogram (Epiviz 3)
var heatmapCustomSettings = epiviz.Config.SETTINGS.chartCustomSettings['epiviz.plugins.charts.HeatmapPlot'];
if (!heatmapCustomSettings) {
epiviz.Config.SETTINGS.chartCustomSettings['epiviz.plugins.charts.HeatmapPlot'] = {};
}
heatmapCustomSettings['showDendrogramLabels'] = false;
heatmapCustomSettings['dendrogramRatio'] = 0.1;
heatmapCustomSettings['clusteringAlg'] = 'agglomerative';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment