From 1b257e599bda536217c135f11427382c28ba8c38 Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Thu, 27 Jan 2022 10:06:08 +0300 Subject: add trait lists and links to ctl plot --- wqflask/wqflask/templates/gn3_ctl_results.html | 41 ++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/wqflask/wqflask/templates/gn3_ctl_results.html b/wqflask/wqflask/templates/gn3_ctl_results.html index 23913e7b..08944b0f 100644 --- a/wqflask/wqflask/templates/gn3_ctl_results.html +++ b/wqflask/wqflask/templates/gn3_ctl_results.html @@ -55,9 +55,44 @@ -
-

Ctl line plot

- +
+ +
+

Ctl line plot

+

Plot the CTL for genome-wide CTL on all traits (the output of CTLscan).

+ +
+ +
+
+ + + + + +
+ + + +
+ +
    + + {% for trait in phenotypes %} + + + {% set trait_data = trait.split(':') %} + + +
  1. {{trait_data[0]}}
  2. + + + {% endfor %} +
+
+ +
+

Significant CTL

-- cgit v1.2.3