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

Visual representation of unique and shared orthogroups among selected genomes

{% block content %} {% csrf_token %} {% crispy form_venn %} {% endblock %}
{% if envoi_venn %}

Help to interpret the results

The interactive Venn diagram let you visualize how many orthologous groups are shared among the selected genomes or a subset of genomes of interest, and how many are unique to each genome.
Clicking on the reported numbers the list of identified orthologous groups is displayed below. The table contains a list of the genes annotated in each Orthogroup and their description.
Additionally, the total number of Orthologous 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.

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

{% include "chlamdb/style_menu.html" %}