From 2e30a64ca583d990cd46bb9eafdad7d84b46b48d Mon Sep 17 00:00:00 2001 From: DannyArends Date: Wed, 7 Oct 2015 15:00:05 +0200 Subject: The results now show the soft thresholds table, and the gene <-> module table --- wqflask/wqflask/templates/wgcna_results.html | 32 ++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/wgcna_results.html b/wqflask/wqflask/templates/wgcna_results.html index b8a4a4f5..077238a5 100644 --- a/wqflask/wqflask/templates/wgcna_results.html +++ b/wqflask/wqflask/templates/wgcna_results.html @@ -4,13 +4,33 @@ {% block content %}

WGCNA Results

- Phenotype / Module table: - - - {% for k in results['network'] %} - - {% endfor %} +

Soft threshold table

+
PhenotypeModuleWeight
{{k}}  
+ + {% for r in range(powers[0][0]|length) %} + + {% for c in range(powers[0]|length) %} + + {% endfor %} + + {% endfor %}
PowerSFT.R.sqslopetruncated.R.sqmean.kmedian.kmax.kAnalysis
{{powers[0][c][r]|round(3)}}
+ +

Phenotype / Module table

+ + debug: {{results['network']|length}} + debug: {{results['network'][0]|length}} + {{phenotypes[0][0]}} + + + {% for r in range(results['network'][0]|length) %} + + + + + {% endfor %} +
PhenotypeModule
{{phenotypes[r][0]}}{{results['network'][0][r]}}
+

WGCNA module plot