{% load custom_tags %} {% load static %} {% load static %} {% load crispy_forms_tags %} {% include "chlamdb/header.html" %}
{% include "chlamdb/menu.html" %} {% include "chlamdb/extract_nav_tabs_template.html" with type="COG" active_tab="comp" %}

Compare the distribution of shared COG

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

Number of COG at least present 1 time in 1 of the {{taxon_list|length}} selected genomes: {{combined_df|length}}

Help to interpret the results

The ouput table contains the list of COG annotated in selected genomes and the number of times each of them was identified in each genome.
Click on COG accession to get detailed phylogenetic profile of the corresponding COG entry.


{% for taxon in taxon_list %} {% endfor %} {% for row in combined_df.iterrows %} {% for item in row.1 %} {% endfor %} {% endfor %}
COG accession Description # complete DB # genomes{{ taxon_id2description|keyvalue:taxon}}
{{item|safe}}
{% endif %}