{% load static %} {% include "chlamdb/header.html" %}
{% include "chlamdb/menu.html" %} {% include "chlamdb/extract_nav_tabs_template.html" with type=type active_tab="heat" %}

Heatmap of the presence/absence of {% if type == 'Pfam' %} Pfam domains {% elif type == 'COG' %} COG categories {% elif type == 'interpro'%} Interpro Entries. {% elif type == 'EC' %} EC numbers. Based on PRIAM data. Partial EC are not considered. {% elif type == 'ko' %} Kegg orthologous groups (KO) {% elif type == 'orthology' %} orthologous groups {% endif %}

{% if error %}

{{ error_title }}

{{ error_message }}
{% endif %}
{% csrf_token %} {{ form_venn.as_p }}
{% if envoi_heatmap %}
Help to interpret the results

The heatmap displays the number of {% if type == 'Pfam' %} times a Pfam domain shared by the genomes of interest is found. {% elif type == 'COG' %} COGs found per each COG category shared by the genomes of interest. {% elif type == 'ko' %} Kegg entries found per each Kegg orthologous groups shared by the genomes of interest. {% elif type == 'orthology' %} homologs found per each Orthogroups shared by the genomes of interest. {% endif %} Zooming into an area of interest you can visualize the presence/absence profile.
In white when absent, in blue present in one copy, and in pink present in two or more copies.

{{html_plot|safe}}
{% endif %}
{% include "chlamdb/style_menu.html" %}