{% extends 'analysispage.html' %} {% load static from staticfiles %} {% block title %}Combine Mendelian Families{% endblock %} {% block links %} Family Group: {{ family_group }} {% endblock %} {% block desc %}

This is a module for integrating Mendelian Variant Search results across a family group. For more, check out the Documentation.

{% endblock %} {% block innercontent %}
Search {% include "ajaxloader.html" %}
{% include 'javascript.html' %} {% endblock %}