{% extends 'analysispage.html' %} {% block title %}Exome Coverage{% endblock %} {% block links %} Family: {{ family }} {% endblock %} {% block desc %}

Use this page to add a cohort to your project. Select a set of individuals from the table below and click the "Create" button.

{% endblock %} {% block innercontent %} {% include 'family_warnings.html' %}

Gene Coverage

View coverage details for a single gene in this family

Gene Lists

View coverage summaries for one of this family's gene lists.

    {% for gene_list in project.get_gene_lists %}
  • {{ gene_list }}
  • {% empty %} No gene lists {% endfor %}
{% include 'javascript.html' %} {% endblock %}