{% extends 'base.html' %} {% block title %} {% if family %} {{ family.name }} details {% else %} Gene family not found {% endif %} {% endblock %} {% block container %} {% import 'macros/pagination.html' as macro %} {% import 'macros/ajax_table.html' as ajax %}
View comparative expression as heatmap: raw | row-normalized
Trees: {% for t in family.trees %} {{t.label}} ({{t.method.description}}) {% else%} No tree available {% endfor %}
{% if family.clade_id %}Specific for {{ family.clade.name}}
{% endif %} {% if family.go_annotations.count() > 0 %}GO Terms (top 5): {% for term in family.go_annotations %} {{ term.go_term.name }}{%- if not loop.last -%}, {%- endif -%} {% endfor %}
{% endif %} {% if family.interpro_annotations.count() > 0 %}InterPro domains (top 3): {% for domain in family.interpro_annotations %} {{ domain.domain.description }}{%- if not loop.last -%}, {%- endif -%} {% endfor %}
{% endif %}There are {{ count }} sequences with this label.
{% if count > 0 %}{{ xref.platform }} | {{ xref.name }} |
No external references for this sequences in the database. |