{% 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 %}
Please select the pair of Pathway Databases to compare and the minimum threshold of similarity. Then, click on the "Refresh Network" button.