Skip to content

Commit

Permalink
add missing value to output_keys of mann whitney test
Browse files Browse the repository at this point in the history
  • Loading branch information
janni.roebbecke committed Jul 3, 2024
1 parent a566c24 commit f459214
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protzilla/methods/data_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ class DifferentialExpressionMannWhitneyOnIntensity(DataAnalysisStep):
"differentially_expressed_proteins_df",
"significant_proteins_df",
"corrected_p_values_df",
"u_statistic_df",
"log2_fold_change_df",
"corrected_alpha",
]
Expand Down Expand Up @@ -208,6 +209,7 @@ class DifferentialExpressionMannWhitneyOnPTM(DataAnalysisStep):
"differentially_expressed_ptm_df",
"significant_ptm_df",
"corrected_p_values_df",
"u_statistic_df",
"log2_fold_change_df",
"corrected_alpha",
]
Expand Down

0 comments on commit f459214

Please sign in to comment.