{% 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 %}| Description | {{ entry.description }} |
{% endif %}
| 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 }} |
{% if "PMP" in xrefs %}
| Protein Structures | n/a |
{% endif %}
IDs and Cross-references
{% endblock contentTab %}