{% include "chlamdb/header.html" %} {% load crispy_forms_tags %}
{% include "chlamdb/menu.html" %} {% if display_form %} {% include "chlamdb/extract_nav_tabs_template.html" with type="COG" active_tab="venn" %}

Visual representation of unique and shared COGs among selected genomes

{% block content %}
{% csrf_token %} {% crispy form_venn %}
{% endblock %}
{% endif %} {% if envoi_venn %}
Help to interpret the results

The interactive Venn diagram let you visualize how many COG annotated genes are shared among the selected genomes or a subset of genomes of interest, and how many are unique to each genome. The table contains a list of the COG definitions, their description and the category to which belong. Additionally, the total number of COG annotated genes identified in each genome can be visualized in the barplot, while the number of unique or shared ones can be appreciated in the last plot.

Clicking on the reported numbers the list of identified COG definitions is displayed below.

{% include "chlamdb/venn_template_orthogroups.html" with series=series description_dico=cog2description %} {% endif %}
{% include "chlamdb/style_menu.html" %}