We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe16bb commit 29afe0fCopy full SHA for 29afe0f
src/pathme_viewer/templates/pathme_viewer.html
@@ -26,6 +26,9 @@
26
})
27
});
28
29
+ // Attach href to algorithm node overlap link
30
+ $("#nodeOverlap").attr('href', window.location.href.replace('/pathme/viewer', '/pathway/overlap'));
31
+
32
</script>
33
{% include "dependencies/common.html" %}
34
{% include "dependencies/graph_js.html" %}
@@ -696,6 +699,11 @@ <h4 class="modal-title">Algorithms</h4>
696
699
</span>
697
700
</div>
698
701
</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
707
</div><!-- /.Modal body -->
708
</div><!-- /.Modal content -->
709
</div><!-- /.Modal dialog -->
0 commit comments