diff COBRAxy/marea.py @ 272:655e33ca9225 draft default tip

Uploaded
author francesco_lapi
date Mon, 10 Mar 2025 15:54:03 +0000
parents 8e3cbf68cdc4
children
line wrap: on
line diff
--- a/COBRAxy/marea.py	Mon Mar 10 14:50:23 2025 +0000
+++ b/COBRAxy/marea.py	Mon Mar 10 15:54:03 2025 +0000
@@ -293,7 +293,7 @@
                 p_val :float = tmp[0]
                 f_c = tmp[1]
                 z_score = tmp[2]
-                if p_val < threshold_P_V:
+                if p_val <= threshold_P_V:
                     if not isinstance(f_c, str):
                         if abs(f_c) < ((threshold_F_C - 1) / (abs(threshold_F_C) + 1)): # 
                             col = grey