Description

{% for key, value in info.items %} {% endfor %}
{{key}} {{value|safe}}
{% if object_type == 'ko'%}

KO part of {{pathway_data|length }} pathways

{% if pathway_data|length > 0 %} {% for path in pathway_data %} {% endfor %}
{{path|safe}}
{% endif %}

KO part of {{module_data|length }} modules

{% if module_data|length > 0 %} {% for path in module_data %} {% endfor %}
{{path.0|safe}} {{path.1}} {{path.2}}
{% endif %}
{% endif %}

Occurence in the database

{{ fam }} is associated with {{ table_size }} different {% if object_type == 'gic' %} genomic islands {% else %} proteins {% endif %}
{% if object_type != 'gic' %} The {{ table_size }} proteins are classified into {{ group_count|length }} different orthogroup(s) {% endif %}
    {% for group in group_count %}
  • {{group|safe}}
  • {% endfor %}
{% if results.show_genomic_region %} {% include "chlamdb/region.html" %} {% endif %}