{% extends "layout_bs4.html" %} {% block title %} {{ super() }} - {{ institute.display_name }} - {{ case.display_name }} {% 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}}
{{ g_feat.gene._geneName}}
{{g_feat.gene.id}}
,
Variant:{{g_feat.variant|replace("'", "") or '-'}},
Type:{{g_feat.type|replace("'", "") or '-'}},
zygosity:{{g_feat.zygosity or '-'}}
|