{% extends "layout.html" %} {% from "macros.html" import case_control_selection, gene_selection, contraint_selection, effect_selection, filter_dbsnp, add_option %} {% block title %}SNPs{% endblock %} {% block head %} {% endblock %} {% block body %}
{{ case_control_selection(available_samples, available_groups, single_row=False) }} {{ gene_selection() }}
{{ contraint_selection() }} {{ add_option("hg", "heterozygosity") }} {{ effect_selection(EffectNames, exon_effects) }} {{ filter_dbsnp() }}
{% endblock %}