{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}Pathway Network Viewer{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% include "dependencies/common.html" %} {% include "dependencies/cytoscape.html" %} {% include "dependencies/slider.html" %} {% endblock %} {% block content %}
The Pathway Network View represents pathways as nodes and weighted edges as their gene-based similarities. The "Nodes" and "Edges" tabs above enable exploration of the network. Furthemore, the curated mappings can be used to enrich the network by clicking in the button above. To modify the layout of the network use the button below. Finally, use the slider to highlight edges falling on a defined similarity range.