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

PathMe Viewer

A web application to merge and explore the mechanistic pathway knowledge.

Merge and Explore Pathways Across Multiple Databases

Below, you can select multiple pathways from different databases. To choose a pathway, first select a database and the autocompletion form will then guide you to find pathways of interest to you. After pathways have been selected, click on the "Explore" button to render the merged network corresponding to the selected pathways.

Examples: mTOR signaling pathway, MAPK signaling pathway

{% include "meta/pathme_footer.html" %} {% endblock %}