{% extends 'analysispage.html' %} {% block title %}Family Groups{% endblock %} {% block links %} Project: {{ project }} {% endblock %} {% block desc %}

This page lists all the family groups for this project. A family group is a collection of families that are selected to be analyzed together. In order to run cross-family analyses like Combine Mendelian Families, you must first create a family group.

{% endblock %} {% block innercontent %}
{% for family_group in family_groups %}
{% if family_group.description %} {{ family_group.description }} {% else %} No description {% endif %}
{% endfor %}
Add Family Group
{% endblock %}