{% extends "base_entry.html" %} {% load staticfiles %} {% block title %}Information for {{ entry.omaid }}{% endblock %} {% block meta_description %}For {{ entry.omaid }} OMA stores the following information about the gene/protein.{% endblock %} {% block contentTab %} {% include "includes/func_desc.html" %}

General Information

{% if entry.description %} {% endif %} {% if "PMP" in xrefs %} {% endif %}
Description{{ entry.description }}
Organism {{ entry.genome.uniprot_species_code }} - {{ entry.genome.sciname }}
Locus[{{entry.chromosome}}]: {{entry.locus_start}} ... {{entry.locus_end}}
Number of exons{{ entry.exons | length }}
Exons{{ entry.exons }}
Protein Structuresn/a

IDs and Cross-references

loading xrefs...
{% for xref in xrefs %} {% endfor %}
{{ xref.source }}{{ xref.xref }}
{% endblock contentTab %}