Enzyme Information

{% if data.enzyme.cofactors is defined %} {% endif %} {% if data.comment is defined %} {% endif %} {% if data.enzyme.databaseIds.uniprot is defined %} {% else %} {% endif %}
Accession ID{{ data.accession }}
Entry StatusStatus: {{ data.status }}
Enzyme Name{{ data.enzyme.get("name") }}
Enzyme Description{{ data.enzyme.get("description") }}
Database References
Cofactors
    {% if data.enzyme.cofactors.organic is defined %}
  • Organic
    • {% for row in data.enzyme.cofactors.organic %}
    • {{ row }}
    • {% endfor %}
  • {% endif %} {% if data.enzyme.cofactors.inorganic is defined %}
  • Inorganic
    • {% for row in data.enzyme.cofactors.inorganic %}
    • {{ row }}
    • {% endfor %}
  • {% endif %}
References
    {% if data.enzyme.references is defined %} {% for row in data.enzyme.references %}
  • {{ row }}
  • {% endfor %} {% else %}
  • No references available
  • {% endif %}
Comment{{ data.comment }}
Enzyme Visualization (AlphaFold-predicted) UniProt ID not available - could not render visualization
{% for entry in data.changelog %}

Version {{ entry.version }} ({{ entry.date }})

Contributor(s)
    {% for curator in entry.contributors %} {% if curator == "AAAAAAAAAAAAAAAAAAAAAAAA" %}
  • Anonymous MITE contributor
  • {% else %}
  • {{ curator }}
  • {% endif %} {% endfor %}
Reviewer(s)
    {% for reviewer in entry.reviewers %} {% if reviewer == "BBBBBBBBBBBBBBBBBBBBBBBB" %}
  • Entry not reviewed (but all automated validation checks passed)
  • {% else %}
  • {{ reviewer }}
  • {% endif %} {% endfor %}
Comment "{{ entry.comment }}"
{% endfor %}
{% if data.enzyme.auxiliaryEnzymes is defined %}
{% for auxenzyme in data.enzyme.auxiliaryEnzymes %}

Auxiliary Enzyme #{{ loop.index }}

{% if auxenzyme.description is defined %} {% endif %}
Enzyme Name {{ auxenzyme.name }}
Description {{ auxenzyme.description }}
Database References
{% endfor %}
{% endif %}