{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}Similarity Network{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% include "dependencies/common.html" %} {% include "dependencies/cytoscape.html" %} {% include "dependencies/slider.html" %} {% endblock %} {% block content %}

Pathway Similarity Network

Please select the pair of Pathway Databases to compare and the minimum threshold of similarity. Then, click on the "Refresh Network" button.


Select Pathway Database Pair

Minimum Similarity Threshold

Highlight the edges with a similarity in the range falling on the slider threshold.

{% include "visualization/dendrogram/legend.html" %} {% include "meta/footer.html" %} {% endblock %}