{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}ComPath Overview{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% include "dependencies/common.html" %} {% include "dependencies/venn.html" %} {% endblock %} {% block content %}
Summary of the pathway databases loaded in ComPath and their content
Resource | Pathways | Genes |
---|---|---|
{{ resource|upper }} | {{ number_of_pathways }} | {{ number_of_genes }} |
This Euler diagram shows the genetic coverage over all HGNC symbols known for all databases.
Analyze the distribution of the pathways for each individual database. In other words, what are the biggest and smallest pathways. This analysis might help you to interpret the results of enrichment analyses as well as analyze the boundaries of databases. Click in the pathway database buttons to zoom into a distribution.
{% for resource in managers %} {% if resource not in BLACK_LIST %} {{ resource|upper }} {% endif %} {% endfor %}
{% for resource in managers %} {% if resource not in BLACK_LIST %} {% endif %} {% endfor %}Analyze the gene promiscuity for each pathway database. In other words, which genes act and belong to more or less pathways in each database. Click in the pathway database buttons to go to their dedicated pages.
{% for resource in managers %} {% if resource not in BLACK_LIST %} {{ resource|upper }} {% endif %} {% endfor %}