changeset 319:3730c835f475 draft default tip

Uploaded
author francesco_lapi
date Mon, 09 Jun 2025 12:47:39 +0000
parents bfe98b0f04fc
children
files COBRAxy/marea.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/marea.py	Fri Jun 06 09:17:00 2025 +0000
+++ b/COBRAxy/marea.py	Mon Jun 09 12:47:39 2025 +0000
@@ -690,7 +690,7 @@
     suffix = "RAS" if ras_enrichment else "RPS"
     writeToCsv(
         [ [reactId] + values for reactId, values in tmp.items() ],
-        ["ids", "P_Value", "fold change", "average_1", "average_2"],
+        ["ids", "P_Value", "fold change", "z-score", "average_1", "average_2"],
         buildOutputPath(dataset1Name, dataset2Name, details = f"Tabular Result ({suffix})", ext = utils.FileFormat.TSV))
     
     if ras_enrichment: