{% extends "index_page.html" %} {% block title %}Correlation Results{% endblock %} {% block css %} {% endblock %} {% block content %}

Values of record {{ this_trait.name }} in the {{ this_dataset.fullname }} dataset were compared to all records in the {{ target_dataset.fullname }} dataset. The top {{ return_results }} correlations ranked by the {{ formatted_corr_type }} are displayed. You can resort this list by clicking the headers. Select the Record ID to open the trait data and analysis page.

{% include 'tool_buttons.html' %}





Show/Hide Columns:
{% if target_dataset.type == 'ProbeSet' %} {% elif target_dataset.type == 'Publish' %} {% else %} {% endif %}
{% for header in header_fields %} {% endfor %}
{{header}}

Loading...
{% endblock %} {% block js %} {% endblock %}