{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}Pathway Clustering{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% include "dependencies/slider.html" %} {% endblock %} {% block content %}
{{ util.flashed_messages(dismissible=True, container=False) }}
Cluster Pathways Based On Gene Set Profile

The dendrogram presents clusters of pathways based on the method described Chen et al., 2014.. The slider below highlights clusters of pathways by distance, allowing to identify the most similar pathway modules. The legend button shows the color schema used for each database. We recommend to decrease the zoom of the page and refresh the page if the dendrogram is too compact.


{% include "visualization/dendrogram/legend.html" %} {% include "meta/footer.html" %} {% endblock %}