{% extends "layout.html" %} {% block in_head %} {% endblock %} {% block contained %} {% for key in ['num_cases', 'num_controls', 'num_samples'] %} {% if key in pheno %} {% if '<' in pheno[key]|string %} {% elif pheno[key]|int < 200 %} {% endif %} {% endif %} {% endfor %}

{{ pheno['phenocode'] }}{% if pheno.phenostring %}: {{ pheno.phenostring }}{% endif %}

{% 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 %}

Go to Manhattan Plot
{% endblock %}