{% 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="orthology" active_tab="comp" %}

Size of shared Orthologous groups

{% csrf_token %} {{ form.as_p }}
{% if envoi_comp %}
Help to interpret the results

Number of shared orthogroups exhibiting 1 or more copies (in one ore multiple genomes) in at least 1 out of x selected genomes: {{n_orthogroups}}

The ouput table contains the number of homologs in the shared orthogroups of the selected genomes. Interesting for comparing the size of orthogroups within genomes.
Homolog counts can be reordrered by clicking on column headers.

Click on Orthologous group to get all the homologs identified in the database and the phylogenetic profile.


{% for genome in genomes_list %} {% endfor %} {% for items in og_data %} {% for count in items.1%} {%if count != 0 %} {% else %} {% endif %} {% endfor %} {% endfor %}
Orthogroup{{genome}}Annotation
{{items.0}}{{count}}{{count}} {{items.2|safe}}
{% endif %}