{% extends "base.html" %} {% block gcontent %} {% if form is defined %} {{ render_form(form) }} {% endif %}

Grounding Results for {{ text }}

{% if context %}

Using context: {{ context }}

{% endif %}

The table below contains the retrieved Groundings ordered by decreasing score. The standard name for the entry is given in the Name column. Additional groundings are provided for some entries where a match was found to an equivalent term in a namespace different from the primary grounding's.

{% for match in matches %} {% set match_curie = match.term.get_curie() %} {% endfor %}
Grounding Name Score Additional Groundings
{{ match_curie }} {{ match['term']['entry_name'] }} {{ match['score'] | round(4) }} {% for xref_curie, xref_url in match.get_grounding_dict().items() %} {% if xref_curie != match_curie %} {{ xref_curie }} {% endif %} {% endfor %}
{% endblock %}