{% extends 'analysispage.html' %} {% load static from staticfiles %} {% block title %}Gene Lookup{% endblock %} {% block links %} Family: {{ family }} {% endblock %} {% block desc %}

This page provides a quick way to see all the variants in a particular gene in a family. Use the search box below to start typing a gene name. When you hit "Enter", the variants will appear below.

It is important to note that all variants are shown that are variable in this family, regardless of their quality, annotation, or inheritance pattern. A variant is only skipped if it is homozygous reference in every individual in the family, or missing in every individual in the family. If you want to filter further, use the Variant Search.

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