diff options
author | Alexander Kabui | 2021-05-01 01:34:13 +0300 |
---|---|---|
committer | Alexander Kabui | 2021-05-01 01:34:13 +0300 |
commit | ba2253944a4752f0413c57679f05b9c05cbd9bea (patch) | |
tree | ee1c7d857fdf9d8a189cb3be231442a0f9b0a5e6 | |
parent | 05acf00467b9338072cde7556dc7b0ca130242c9 (diff) | |
download | genenetwork2-ba2253944a4752f0413c57679f05b9c05cbd9bea.tar.gz |
modify column for p_val
-rw-r--r-- | wqflask/wqflask/templates/test_correlation_page.html | 10 |
1 files 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": [ |