KEGG Map Reactions Explorer

{% if kegg_reactions %}

Reaction Summary for {{ map_id }}

{% for r in kegg_reactions %} {% endfor %}
Reaction ID EC Number(s) In afm{{ map_id[3:] }}?
{{ r }} {% if reaction_to_ec[r] %} {% for ec in reaction_to_ec[r] %} {{ ec }}{% if not loop.last %}, {% endif %} {% endfor %} {% else %}No EC number{% endif %} {% if r in afm_reactions %}✅{% else %}❌{% endif %}
{% endif %}
Click a reaction ID or EC number to see details here.