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

Compare the distribution of shared Pfam domains

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

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

Help to interpret the results

The ouput table contains the list of shared Pfam domains and the number of times each of them was identified in the selected genomes.
nDomain: total number of occurence of this domain in the complete database.
Click on Pfam accession to get detailed phylogenetic profile of the corresponding Pfam entry.


{% for taxon in taxon_list %} {% endfor %} {% for values in pfam2data %} {% for value in values %} {% endfor %} {% endfor %}
Domain ID Description nDomain{{ taxon_id2description|keyvalue:taxon}}
{{value|safe}}
{% endif %}