{% 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 rendered in this page presents clusters of pathways based on the method described Chen et al., 2014.. Clusters can be highlighted by selecting a a minimum threshold in the slider. We recommend to decrease the zoom of the page and refresh the page if the dendrogram is too compacted.


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