{% extends "layout.html" %} {% block title %} {{ super() }} - {{ institute.display_name }} - {{ case.display_name }} {% endblock %} {% block css %} {{ super() }} {% endblock %} {% block top_nav %} {{ super() }}
Score | Node | ID | Contact | Phenotypes | Diagnoses | |
---|---|---|---|---|---|---|
{{match_result.score.patient|round(4)}} | {{match_result.node.label}} | {% if "http" in match_result.patient_id %} link {% else %} {{match_result.patient_id}} | {% endif %}
{{match_result.patient.contact.name}} {% if "http" in match_result.patient.contact.href %} contact link {% else %} {{match_result.patient.contact.href}} {% endif %} {% if match_result.patient.contact.institution %} {{match_result.patient.contact.institution}} {% endif %} {% if match_result.patient.contact.email %} {{match_result.patient.contact.email|replace("mailto:","")}} {% endif %} |
{% for feature in match_result.patient.features %}
{{feature.label}}({{feature.id}})
{% else %}
- {% endfor %} |
{% for omim in match_result.patient.disorders %}
{{omim.id}}
{% else %}
- {% endfor %} |
|
Gene/Variants: |
{% for g_feat in match_result.patient.genomicFeatures %}
{{loop.index}}
|