diff Marea/marea.py @ 31:944e15aa970a draft

Uploaded
author bimib
date Tue, 15 Oct 2019 12:22:43 -0400
parents e6831924df01
children 1a97d1537623
line wrap: on
line diff
--- a/Marea/marea.py	Tue Oct 15 12:21:16 2019 -0400
+++ b/Marea/marea.py	Tue Oct 15 12:22:43 2019 -0400
@@ -709,7 +709,7 @@
         tab = 'result/' + i + '_vs_' + j + ' (Tabular Result).tsv'
         tmp_csv = pd.DataFrame.from_dict(tmp, orient = "index")
         tmp_csv = tmp_csv.reset_index()
-        header = ['ids', 'P_Value', 'Average']
+        header = ['ids', 'P_Value', 'Log2(fold change)']
         tmp_csv.to_csv(tab, sep = '\t', index = False, header = header)
         
         if create_svg or create_pdf: