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

Heatmap


The following heatmap is a work in progress. The heatmap for each trait runs horizontally (as opposed to vertically in GeneNetwork 1), and hovering over a given trait's heatmap track will display its corresponding QTL chart below. White on the heatmap corresponds with a low positive or negative z-score (darker when closer to 0), while light blue and red correspond to high negative and positive z-scores respectively.

{% endblock %} {% block js %} {% endblock %}