{% include "chlamdb/menu.html" %}
{% include "chlamdb/extract_nav_tabs_template.html" with type="ko" active_tab="comp" %}
{% 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.
KO | Total count | {% for taxon in taxon_list %}{{taxon}} | {% endfor %}Annot | |
---|---|---|---|---|
{{ko2_print|keyvalue:key}} | {{ko2total_count|keyvalue:key}} | {% for taxon_count in values%} {%if taxon_count != 0 %}{{taxon_count}} | {% else %}{{taxon_count}} | {% endif %} {% endfor %}{{ ko2annot|keyvalue:key }} |