{% macro omim_phenotypes(variant) %}
OMIM
{% for gene in variant.genes %} {% if gene.common %} {% for disease_term in gene.common.phenotypes %} {% endfor %} {% endif %} {% endfor %}
Gene Phenotype Inheritance model
{{ gene.common.hgnc_symbol }} {{ disease_term.description }} {{ disease_term.inheritance_models|join(', ') }}
{% endmacro %} {% macro inheritance_panel(variant) %}
Gene annotations
{% endmacro %} {% macro autozygosity_panel(variant) %}
Autozygous region
Length {{ variant.azlength }} Qual {{ variant.azqual }}
{% endmacro %} {% macro genemodels_panel(variant) %}
Gene models
{% for gene in variant.genes %} {% endfor %}
Gene Inheritance Penetrance
OMIM Manual OMIM Manual
{{ gene.hgnc_symbol }} {% for model in gene.omim_inheritance %} {{ model }} {% endfor %} {% for model in gene.manual_inheritance %} {{ model }} {% endfor %} {% if gene.omim_penetrance %} yes {% else %} no {% endif %} {% if gene.manual_penetrance %} yes {% else %} no {% endif %}
{% endmacro %}