Reaction Information

Number of Known Reactions: {{ data.reactions|length }}

{% for reaction in data.reactions %}
Reaction {{ loop.index }}
reaction SMARTS
{% if reaction.description %} {% endif %}
Description {{ reaction.description }}
Tailoring
    {% for tail in reaction.tailoring %}
  • {{ tail }}
  • {% endfor %}
Database References {% if reaction.get("databaseIds") %} {% else %} No database crosslinks available {% endif %}
Evidence
    {% for code in reaction.evidenceCode %}
  • {{ code }}
  • {% endfor %}
References {% if reaction.references is not none %}
    {% for ref in reaction.references %}
  • {{ ref }}
  • {% endfor %}
{% else %} No references available {% endif %}
{% for exp_react in reaction.reactions %}
Example {{ loop.index }}
{% for substrate in exp_react.substrate %} {% endfor %} {% for product in exp_react.products %} {% endfor %} {% if exp_react.forbidden_products %} {% for forb_prod in exp_react.forbidden_products %} {% endfor %} {% endif %}
Metadata
    {% if exp_react.description %}
  • Description: {{ exp_react.description }}
  • {% else %}
  • Description: No description available
  • {% endif %}
  • Intermediate: {{ exp_react.isIntermediate }}
Substrate {{ loop.index }} substrate SMILES
Product {{ loop.index }} product SMILES
Forbidden Product {{ loop.index }} forbidden product SMILES
{% endfor %}
{% endfor %}