{% extends "base.html" %} {% import "bootstrap5/utils.html" as bs_util %} {% import "utils.html" as util %} {% block title %}SeMRA{% endblock %} {% macro count_column(counter, key, icon) -%}
{{ key }}
{{ label }} | {% if has_names %}Name | {% endif %}Count |
---|---|---|
{%- if is_concept -%}
{% if has_names %}
{{ key[0] }}
{% else %}
FAILURE!
{{ key }}
{% endif %}
{%- else -%}
{% if has_names %}{{ key[0] }}{% else %}{{ key }}{% endif %}
{%- endif -%}
|
{% if has_names %}
{{ key[1] }} | {% endif %}{{ "{:,}".format(count) }} |
See the API Documentation.
Name | Version | License | Confidence | Evidences |
---|---|---|---|---|
Inferred | - | - | - | {{ "{:,}".format(evidence_type_counter["reasoned"]) }} |
{{ mapping_set.name }} | {{ mapping_set.version }} | {% if mapping_set.license %}{{ mapping_set.license }}{% endif %} | {{ mapping_set.confidence }} | {{ "{:,}".format(mapping_set_counter[mapping_set.curie]) }} |
semapv
).")
}}
{{ do_table(prefix_counter, "Prefix", has_names=True, desc="How many concepts have mappings for each
resource? This is typically less than the full number of entities in that resource.") }}
{{ do_table(author_counter, "Author", has_names=True, desc="Which authors contributed to mappings? This
is typically a small count for mapping databases constructed using ontologies or other resources with
low resolution mappings. SSSOM mappings, such as those from Biomappings, contain higher granular
provenance information such as author ORCID.") }}
{{ do_table(high_matches_counter, "Potential Data Issues", is_concept=True, has_names=True, desc="This
table shows entities from the largest connected components in the mapping graph. These typically
correspond to data issues. Click on an entity to explore the mapped entities and an interactive mapping
graphing of the primary mappings to help track down the issue mappings. The interface also includes
Biomappings controls so you can do local curation of negative mappings.") }}