{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}Pathway Details{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% include "dependencies/common.html" %} {% endblock %} {% import "meta/macros.html" as compath %} {% block content %}
Name | {{ pathway }} |
Resource | {{ compath.stylize_plugin_name(STYLED_NAMES, resource) }} |
Genes | {% for hgnc_symbol in pathway.get_gene_set() %} {% if submitted_gene_set and hgnc_symbol in submitted_gene_set %} {{ hgnc_symbol }} {% else %} {{ hgnc_symbol }} {% endif %} {% endfor %} |
Size | {{ pathway.get_gene_set()|length }} |