{% extends 'analysispage.html' %} {% load static from staticfiles %} {% block title %}Cohort Gene Search{% endblock %} {% block links %} Project: {{ project }} {% endblock %} {% block desc %}

This page allows you to search for genes across a cohort of unrelated individuals that share a rare phenotype.

Genes are only listed if inheritance is seen in two or more people. {% endblock %} {% block innercontent %} {% include 'cohort_warnings.html' %}
Search
{% include 'javascript.html' %} {% endblock %}