{% extends "base_entry.html" %} {% load staticfiles %} {% block title %}OMA Group for {{ entry.omaid }}{% endblock %} {% block meta_description %}OMA Groups provide a set of genes that are all orthologous to each other, i.e their pairwise orthologous relations form a complete graph. OMA Groups are intended to be used to reconstruct species phylogeny.{% endblock %} {% block contentTab %}

OMA Group (Proteins all orthologous to each other) ?

{% if entry.oma_group != 0 %}

OMA Group {{ group_nr }} ?

{{ keyword }}


This group has {{ members|length }} members: {% for king, cnt in kingdom_composition.items %} {% include "includes/kingdom.html" with kingdom=king %} {{ cnt }} {% endfor %}

Fingerprint: {{ fingerprint }}

{% block grouphead_hook %}{% endblock %}
Download: Fasta
{% include "includes/groupTable.html" %}
{% else %} This protein is not part of any group or the group does not exist. {% endif %}
{% endblock contentTab %}