{% extends "seqCV.html" %} {% load staticfiles %} {% load oma_extras %} {% block title %}OMA orthology database: 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 }} (Taxon-ID: {{ entry.genome.ncbi_taxon_id }})
Locus
{{ entry.chromosome }}{{ entry.exons }}
Number of exons
{{ entry.exons | length }}
{% if entry.alternative_isoforms %}
Alternative splicing
{% for variant in entry.alternative_isoforms %}
{{ variant.omaid }}
{% endfor %} {% endif %} {% if "PMP" in xrefs %}
Protein Structures
n/a
{% endif %} {% if entry.ec_numbers %}
EC number
{% for ecnum in entry.ec_numbers %} EC:{{ ecnum }} {% endfor %}
{% endif %}

IDs and Cross-references

loading xrefs...

Domain Architecture

Gene Ontology

loading GO annotations...

Protein Sequence

Download: Fasta
{{ entry.sequence|uniprot_seq_repr }}

Coding Sequence

Download: Fasta
{{ entry.cdna|uniprot_seq_repr }}
{% endblock contentTab %}