{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}Explore Similar Pathways{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% include "dependencies/common.html" %} {% endblock %} {% block content %}
{{ util.flashed_messages(dismissible=True, container=False) }}
Clustegrammer View

Visualize the HeatMap of each individual pathway database to identify clusters of pathways based on their content similarity. This visualization is powered by Clustergrammer.

KEGG Reactome WikiPathways

Network View

The network view allows you to visualize the pathway knowledge as a network.

Similarity network
{% include "meta/footer.html" %} {% endblock %}