Skip to content

Commit 29afe0f

Browse files
committed
Add functionality
1 parent ebe16bb commit 29afe0f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/pathme_viewer/templates/pathme_viewer.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
})
2727
});
2828

29+
// Attach href to algorithm node overlap link
30+
$("#nodeOverlap").attr('href', window.location.href.replace('/pathme/viewer', '/pathway/overlap'));
31+
2932
</script>
3033
{% include "dependencies/common.html" %}
3134
{% include "dependencies/graph_js.html" %}
@@ -696,6 +699,11 @@ <h4 class="modal-title">Algorithms</h4>
696699
</span>
697700
</div>
698701
</form>
702+
703+
<p>Calculate node overlap across pathways and visualize it as a Venn Diagram</p>
704+
705+
<a id="nodeOverlap" class="btn btn-primary text-center">Explore</a>
706+
699707
</div><!-- /.Modal body -->
700708
</div><!-- /.Modal content -->
701709
</div><!-- /.Modal dialog -->

0 commit comments

Comments
 (0)