{% extends 'analysispage.html' %} {% block title %}Cohort » {{ cohort }}{% endblock %} {% block links %} Project: {{ project }} {% endblock %} {% block innercontent %} {% include 'cohort_warnings.html' %}

About this cohort

Name
{{ cohort }}
Number of Individuals
{{ cohort.num_individuals }}

{{ cohort.about_family_content|safe }}

Individuals

{% for indiv in cohort.individuals.all %} {% endfor %}
ID Nickname Gender Affected Status
{{ indiv.indiv_id }} {{ indiv.nickname }} {{ indiv.gender_display }} {{ indiv.affected_status_display }}
Analysis Options
Variant Search

Search for specific variants in this cohort. This works similarly to the standard familiy-based variant search.

Cohort Gene Search

Search for genes with disruptions in multiple hits in this cohort.

{% endblock %}