{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}Pathway Overlap Comparison{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% import "meta/macros.html" as compath %} {% block scripts %} {{ super() }} {% include "dependencies/common.html" %} {% include "dependencies/venn.html" %} {% endblock %} {% block content %}
{{ util.flashed_messages(dismissible=True, container=False) }}
Visualize Gene Set Overlap across Pathways

Select the database of interest, and then type the name of a pathway in this database. After selecting two or more pathways, click in the "Render Plot" button to see the Euler diagram representing the overlaps between the pathway selection. To explore the overlap, double click in the circles to reveal the pathway overlap.

Use Case: Investigate the overlaps between the Alzheimer's disease pathways in KEGG, Reactome, and WikiPathways. For that, select the corresponding databases and type "Alzheimer" and select the corresponding pathways in each database. Finally, click in "Render Plot".

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