From 63e04ae6000f19219ea113af05d0a511478dbe4b Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Thu, 17 Sep 2020 15:29:17 +0100 Subject: [PATCH] saving work --- scripts/plotting/corr_plots_foldx.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/plotting/corr_plots_foldx.R b/scripts/plotting/corr_plots_foldx.R index d4f1efa..9f16ed5 100644 --- a/scripts/plotting/corr_plots_foldx.R +++ b/scripts/plotting/corr_plots_foldx.R @@ -92,7 +92,9 @@ if ( all(c1 == c2) ){ table(df_ps$foldx_outcome) +#====================== # adding log cols +#====================== df_ps$log10_or_mychisq = log10(df_ps$or_mychisq) df_ps$neglog_pval_fisher = -log10(df_ps$pval_fisher)