{% extends 'base.html' %} {% block title %} {% if form %} Compare specificity {% else %} {{ labels.left_species }} {{ labels.left_condition }} vs {{ labels.right_species }} {{ labels.right_condition }} {% endif %} {% endblock %} {% block container %}
Find out which genes are expressed specifically in species and/or conditions and have homologs expressed in a different species and/or condition.
{% if form %}InterPro domain | {% else%}Gene Family | {% endif %}{{ labels.left_species }} {{ labels.left_condition }} | {{ labels.right_species }} {{ labels.right_condition }} | Type |
---|---|---|---|---|
{{td.name}} | {% else%}{{td.name}} | {% endif %}{% for l in td.left_genes %} {{l.name}}{%- if l.low_abundance %} {%- endif -%}{%- if l.shortest_alias %} ({{ l.shortest_alias }}){%- endif -%}{%- if not loop.last -%}, {%- endif -%} {% else %} - {% endfor %} | {% for r in td.right_genes %} {{r.name}}{%- if r.low_abundance %} {%- endif -%}{%- if r.shortest_alias %} ({{ r.shortest_alias }}){%- endif -%}{%- if not loop.last -%}, {%- endif -%} {% else %} - {% endfor %} | {{ td.type }} |
No genes found matching those criteria |