{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}PathMe{% endblock %} {% import "meta/macros.html" as compath %} {% include "dependencies/graph_css.html" %} {% block scripts %} {{ super() }} {% include "dependencies/common.html" %} {% include "dependencies/graph_js.html" %} {% endblock %} {% block content %}

{{ pathways_name|safe }}

Modify Links Length

Scale of the groups: 1.2

  • Highlight Genes
  • Highlight RNAs
  • Highlight Proteins
  • Highlight Abundances
  • Highlight Biological Processes
  • Highlight Pathologies
  • Highlight Composites
  • Highlight Complexes
  • Highlight Reactions
  • Highlight Increase Relationships
  • Highlight Decrease Relationships
  • Highlight Association Relationships
{% endblock %}