{% extends "base_entry.html" %} {% load staticfiles %} {% block title %}OMA: Consensus Domains of Hierarchical Orthologous Groups for {{ entry.omaid }}{% endblock %} {% block meta_description %}Hierarchical orthologous groups (HOGs) provide a set of genes that have all started diverging from a single ancestral gene at the taxonomic range of interest.{% endblock %} {% block contentTab %} {% block js_hook %} {% endblock %} {% if fam_nr <= 0 %} This entry is not part of any hierarchical orthologous group. {% elif hog_row == None %} This HOG does not contain domain annotations. Therefore, we cannot provide other HOGs with a similar domain structure. {% else %}

Hierarchical group {{ hog }}

Deepest level:
{{ hog_row.top_level }}
Nr. of proteins in HOG at deepest level:
{{ hog_row.fam_size }}
Representative domain architecture:
Prevalence of repr. domain architecture within HOG:
{{ hog_row.prevalence |floatformat }}%

This HOG has {{ sim_hogs|length }} similar HOGs:

HOG ID Deepest level HOG size Representative Domain Architecture Prevalence Similarity
{% endif %} {% endblock contentTab %}