{% extends "layout.html" %} {% block in_head %} {# Includes for LocusZoom.js (from CDN) #} {% endblock %} {% block contained %}

{{ gene_symbol }}

{% if significant_phenos %}

Phenotypes with the most-significant associations for this locus:

Top p-value in gene Phenotype

{% endif %} {% for key in ['num_cases', 'num_controls', 'num_samples'] %} {% if key in pheno %} {% if '<' in pheno[key]|string %} {% elif 0 < pheno[key]|int < 200 %} {% endif %} {% endif %} {% endfor %}
{% if 'num_cases' in pheno %}

{{ pheno.num_cases }} cases, {{ pheno.num_controls }} controls.

{% elif 'num_samples' in pheno %}

{{ pheno.num_samples }} samples

{% endif %} {% if pheno.category %}

Category: {{ pheno.category}}

{% endif %}

{% endblock %}