Last active
August 29, 2015 14:16
-
-
Save florin-chelaru/32c732792374dc85db1c to your computer and use it in GitHub Desktop.
Epiviz Settings Heatmap Dendrogram (Epiviz 3)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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