From c3787a404f64b1d77387d5156be1ad3271a08dee Mon Sep 17 00:00:00 2001 From: DannyArends Date: Sun, 20 Sep 2015 12:51:08 +0200 Subject: Display the results from WGCNA updated --- wqflask/wqflask/templates/wgcna_results.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/wqflask/wqflask/templates/wgcna_results.html b/wqflask/wqflask/templates/wgcna_results.html index 79c321e5..9592c25f 100644 --- a/wqflask/wqflask/templates/wgcna_results.html +++ b/wqflask/wqflask/templates/wgcna_results.html @@ -7,12 +7,17 @@ Phenotype / Module table: - {% for k in result %} - + {% for k in results['network'] %} + {% endfor %}
PhenotypeModuleWeight
{{k[0].name}}  
{{k}}  
- WGCNA module plot - +

WGCNA module plot

+ + Embedded Image {% endblock %} -- cgit v1.2.3