From 9799274aa6c74756a63a744ea121a7f5793ea2a5 Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Sun, 10 Oct 2021 02:57:39 +0300 Subject: ui:show phenotypes page --- wqflask/wqflask/templates/test_wgcna_results.html | 82 +++++++++++------------ 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/wqflask/wqflask/templates/test_wgcna_results.html b/wqflask/wqflask/templates/test_wgcna_results.html index 09763a80..da57fdd6 100644 --- a/wqflask/wqflask/templates/test_wgcna_results.html +++ b/wqflask/wqflask/templates/test_wgcna_results.html @@ -8,20 +8,6 @@ - - - - - -
-
-
-
-
-
+
+

Soft Thresholds

+
+ {% for key, value in results["data"]["output"]["soft_threshold"].items()%}

{{key}}

@@ -98,9 +83,10 @@ {% endfor %}
{% endfor %} +
-
- -
+
+
-->
@@ -119,11 +105,20 @@
{% endif %} +
+ +

Module eigen genes

-
+
+
+ +
+

Phenotype modules

+ +
@@ -138,30 +133,23 @@ - +let results = {{results|safe}} - {% endblock %} \ No newline at end of file -- cgit v1.2.3