{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}{{ resource|upper }} Gene Promiscuity{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% include "dependencies/common.html" %} {% include "dependencies/datatables.html" %} {% endblock %} {% block content %}
Explore the distribution of the all the genes in databases across pathways. Each histogram contains 40 bins each one in the 50 unit range (from 0 to 50, 50 to 100...). The aim of this plot is just to show the more promiscuous genes in pathway databases, in order to inspect and find the name of the outliers, please use the table in the section below.
Explore the size in detail using DataTable.
Gene Symbol | Number of Pathways |
---|---|
{{ gene }} | {{ pathways_associated }} |