Skip to content

Commit

Permalink
Merge pull request #184 from eweitz/filtered-annots-table
Browse files Browse the repository at this point in the history
Tabulate filtered genome annotations
  • Loading branch information
eweitz committed Dec 22, 2019
2 parents 3dfabe3 + 3b541c4 commit 99d0ec8
Show file tree
Hide file tree
Showing 15 changed files with 518 additions and 209 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/ideogram.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/ideogram.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/vanilla/annotations-heatmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<h1>Annotations, heatmap | Ideogram</h1>
<a href="../">Overview</a> |
<a href="annotations-animated">Previous</a> |
<a href="geometry-collinear">Next</a> |
<a href="differential-expression">Next</a> |
<a href="https://github.com/eweitz/ideogram/blob/gh-pages/annotations-heatmap.html" target="_blank">Source</a>
<p>
All human genes, annotated in heatmaps. The proximal heatmap for each chromosome shows gene distribution
Expand Down
5 changes: 3 additions & 2 deletions examples/vanilla/annotations-histogram.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ <h1>Annotations, histogram | Ideogram</h1>
<a href="https://github.com/eweitz/ideogram/blob/gh-pages/annotations-histogram.html" target="_blank">Source</a>
<br/><br/>
<div>
This ideogram shows the distribution of all human genes throughout the genome.
You can filter all 20,000+ genes in < 100 milliseconds by clicking the boxes below.
Distribution of all human genes throughout the genome.
Filter all 20,000+ genes in < 100 milliseconds below.
For a richer example, see <a href="differential-expression">Differential expression</a>.
</div>
<div id="container"></div>
<ul id="expression-level">
Expand Down

0 comments on commit 99d0ec8

Please sign in to comment.