{% extends "base.j2.html" %} {% block title %}de novo mutations{% endblock %} {% block head %}{% endblock %} {% block body %}

Identify de novo mutations in:

{{dbfile}}


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