{% extends 'base.html' %} {% block plugin_content %}

{{data.compound.name}}

  • Annotation cpd_name: {{data.annotation.cpd_name}}
  • Version: {{ data.annotation.version }}
  • Assay: {{data.annotation.harmonised_annotation.assay.name}}
  • Annotation Method: {{data.annotation.harmonised_annotation.annotation_method.name}}
  • Harmonised cpd_id: {{data.annotation.cpd_name}}
  • Harmonised cpd_name: {{data.annotation.cpd_name}}
  • Compounds: {% for compound in data.annotation.harmonised_annotation.compounds %}{{compound.compound.name}} {% if data.annotation.harmonised_annotation.multi_compound_operator %} {{ data.annotation.harmonised_annotation.multi_compound_operator.value }} {% endif %}{% endfor %}
  • Confidence Score: {{data.annotation.harmonised_annotation.confidence_score}}
  • Annotated By: {{data.annotation.harmonised_annotation.annotated_by}}
  • Config: {{data.annotation.config}}
Annotation Evidence
{% for row in data.evidence %} {% endfor %}
Evidence type Type description Comments Recorded by
{{row.evidence_type_name}} {{row.evidence_type_description}} {{row.comments}} {{row.recorded_by_user}}
Record details
Evidence type
JSON format
JSON data
Comments
Analysed by
on date
Validated by
on date
Recorded by
on date
Evidence files
Select files
New evidence
Evidence type
JSON format
{% if data.evidence_types | length > 0 %}{{ data.evidence_types[0].json_format }}{% endif %}
JSON data
Comments
Analysed by
on date
Validated by
on date
Recorded by
on date
(Supporting documentation can be uploaded later)
{% endblock %} {% block tail %} {{ super() }} {% endblock %}