{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}Pathway Knowledge Network{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% include "dependencies/common.html" %} {% include "dependencies/cytoscape.html" %} {% include "dependencies/slider.html" %} {% endblock %} {% block content %}
Click on the button above to add the mapped pathways to all the pathways in the graph. Use the button below, to randomly position the nodes. Finally, the slider below allows to highlight the edges if they fall on the similarity range selected.