{% extends 'analysispage.html' %} {% block title %}Individual » {{ individual }}{% endblock %} {% block links %} Project: {{ project }} {% endblock %} {% block desc %} {% endblock %} {% block innercontent %}

About this Individual

Individual ID
{{ individual.indiv_id }}
Nickname
{% if individual.nickname %}{{ individual.nickname }}{% else %}.{% endif %}
Analysis
{% if individual.has_coverage_data %}
Exome Coverage

See which parts of the exome could be analyzed, and which may require further sequencing.

{% endif %}
{% endblock %}