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)