From ba2253944a4752f0413c57679f05b9c05cbd9bea Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Sat, 1 May 2021 01:34:13 +0300 Subject: modify column for p_val --- wqflask/wqflask/templates/test_correlation_page.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/wqflask/wqflask/templates/test_correlation_page.html b/wqflask/wqflask/templates/test_correlation_page.html index be9ec226..037e9735 100644 --- a/wqflask/wqflask/templates/test_correlation_page.html +++ b/wqflask/wqflask/templates/test_correlation_page.html @@ -59,10 +59,11 @@ <th>index</th> <th>trait_name</th> <th>Sample r</th> - <th>Sample p(r)</th> + <th>Sample r(p)</th> <th>N</th> - <th>Tissue rho</th> - <th>Lit rho</th> + <th>Tissue r</th> + <th>Tissue r(p)</th> + <th>Lit r</th> </tr> </thead> </table> @@ -116,7 +117,8 @@ console.log(correlationResults) { "data": "corr_coeffient","defaultContent": "--"}, { "data": "p_value","defaultContent":"--"}, { "data": "num_overlap","defaultContent":"--"}, - {"data":"tissue_corr","defaultContent":"--","title":"Tissue rho"}, + {"data":"tissue_corr","defaultContent":"--","title":"Tissue r"}, + {"data":"tissue_p_val","defaultContent":"--","title":"Tissue r(p)"}, {"data":"lit_corr","defaultContent":"--","title":"Lit rho"} ], "columnDefs": [ -- cgit v1.2.3