{% load static %} {% load static %} {% get_static_prefix as STATIC_PREFIX %} {% load custom_tags %} {% include "chlamdb/header.html" %}
{% include "chlamdb/menu.html" %}

Help

Compare counts of Kegg Orthologs associated with each pathway in all selected genomes. Based on Kegg annotation with Ghost-KOALA.

{% csrf_token %} {{ form.as_p }}
{% if envoi_comp %}

Help

Table of Kegg maps.
nEC: number of Enzymatic reaction in the considered map.
nEC+: number of Enzymatic found in the whole database.
%: percentage of the complete EC list associated to the kegg pathway present in the database.
Clinking on a map ID allow to get detailed informations about the given pathway.

Export to Excel Export to CSV
{% for taxon in taxon_list %} {% endfor %} {% for category, values in category2maps.items %} {% for value0, value1 in values %} {% for value in map2count|keyvalue:value0 %} {% endfor %} {%for map_dico in taxon_maps %} {% endfor %} {% endfor %} {% endfor %}
Category Map Description nEC nEC+ %
{{ taxon_id2description|keyvalue:taxon}}
{{category}} {{value0}}{{value1}}{{value}}{{map_dico|keyvalue:value0}}
{% endif %}
{% include "chlamdb/style_menu.html" %}