From d2ab5ae296313f2dc96bd8aa9d8113e1091a71bc Mon Sep 17 00:00:00 2001 From: zsloan Date: Mon, 12 Jun 2017 19:55:02 +0000 Subject: Added explanatory text to heatmap page --- wqflask/wqflask/templates/heatmap.html | 88 +++++++++++++++++----------------- 1 file changed, 45 insertions(+), 43 deletions(-) diff --git a/wqflask/wqflask/templates/heatmap.html b/wqflask/wqflask/templates/heatmap.html index 81c4a9d9..49d7f962 100644 --- a/wqflask/wqflask/templates/heatmap.html +++ b/wqflask/wqflask/templates/heatmap.html @@ -1,44 +1,46 @@ -{% extends "base.html" %} -{% block title %}Heatmap{% endblock %} -{% block css %} - - -{% endblock %} -{% block content %} - - {{ header("Heatmap") }} - -
-
-

- Heatmap -

-
-
-
- -
-
- -
- - - -{% endblock %} - -{% block js %} - - - - - - - - - - - - +{% extends "base.html" %} +{% block title %}Heatmap{% endblock %} +{% block css %} + + +{% endblock %} +{% block content %} + + {{ header("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. Black on the heatmap corresponds with a + low positive or negative z-score (darker when closer to 0), while light blue and yellow correspond to high negative and positive z-scores respectively. +

+
+
+
+ +
+
+ +
+ + + +{% endblock %} + +{% block js %} + + + + + + + + + + + + {% endblock %} \ No newline at end of file -- cgit v1.2.3