Mercurial > repos > bimib > marea_2
changeset 174:15f2ef02247d draft
Uploaded
author | francesco_lapi |
---|---|
date | Fri, 26 Jul 2024 14:43:00 +0000 |
parents | 3d7b4c737234 |
children | cb70f4d69b45 |
files | marea_2/marea.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/marea_2/marea.py Fri Jul 26 14:39:30 2024 +0000 +++ b/marea_2/marea.py Fri Jul 26 14:43:00 2024 +0000 @@ -505,7 +505,7 @@ reactionId = reactionId[:-3] # Remove "_RV" inversionScore = (values[3] < 0) + (values[4] < 0) # Compacts the signs of averages into 1 easy to check score - #if inversionScore == 2: foldChange *= -1 + if inversionScore == 2: foldChange *= -1 # ^^^ Style the inverse direction with the opposite sign netValue # If the score is 1 (opposite signs) we use alternative colors vvv