Skip to content

Commit

Permalink
Heatmap Improvements 5 (#10)
Browse files Browse the repository at this point in the history
* revert back to me if shit hits the fan

* Found the bug.

* kind of elegant way to solve that one.

* more fixes

* resize meta's
  • Loading branch information
alexlenail committed Oct 8, 2018
1 parent c212d70 commit 1dd8769
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 124 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -5,9 +5,6 @@
canvas / webgl


resize boxes


colors


Expand Down
1 change: 1 addition & 0 deletions docs/heatmap.html
Expand Up @@ -199,6 +199,7 @@ <h1><a href="index.html" class="link-unstyled">Heatmap</a></h1>
selected_gene_set = {'gene_set_name':selected_gene_set_name, 'genes':selected_genes};
selected_gene_sets.push(selected_gene_set);
heatmap.restart({'selected_gene_sets_':selected_gene_sets});
// window.location.hash = selected_gene_sets.map(gs => gs.gene_set_name).join(',')
refresh_genes();
});

Expand Down

0 comments on commit 1dd8769

Please sign in to comment.