{% 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 }} Size Distribution{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% include "dependencies/common.html" %} {% include "dependencies/datatables.html" %} {% endblock %} {% block content %}
Explore the distribution of the pathway sizes across different resources. 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 distribution and the outliers, 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.
Pathway Name | Gene Set Size |
---|---|
{{ pathway }} | {{ size }} |