{% extends "base.j2.html" %} {% block title %}autosomal recessive mutations{% endblock %} {% block head %}{% endblock %} {% block body %}

Identify autosomal recessive mutations in:

{{dbfile}}


{%for row in rows %} {% if loop.index0 == 0 %} {%for col in row %} {% endfor %} {% endif %} {%for col in row %} {% endfor %} {% endfor %}
{{col}}
{{row[col]}}
{% endblock %}