{% load static %} {% load static %} {% get_static_prefix as STATIC_PREFIX %} {% load custom_tags %} {% include "chlamdb/header.html" %}
{% include "chlamdb/menu.html" %} {% include "chlamdb/extract_nav_tabs_template.html" with type="ko" active_tab="comp" %}

Size of shared Kegg Orthologs

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

Number of KO present at least oncen in one of the selected genomes: {{n_ko}}

Help to interpret the results

The ouput table contains the number of homologs in the shared Kegg Orthologs of the selected genomes and the total number of homologs of each Kegg Orthologs identified in the whole collection. Interesting for comparing the size of Kegg Orthologs within genomes.
Homolog counts can be reordrered by clicking on column headers.

Click on the Ko entry and list the Ko modules and pathways of which it is part.


{% for taxon in taxon_list %} {% endfor %} {% for key, values in ko2counts.items %} {% for taxon_count in values%} {%if taxon_count != 0 %} {% else %} {% endif %} {% endfor %} {% endfor %}
KO Total count{{taxon}}Annot
{{ko2_print|keyvalue:key}} {{ko2total_count|keyvalue:key}}{{taxon_count}}{{taxon_count}}{{ ko2annot|keyvalue:key }}
{% endif %}