saving work

This commit is contained in:
Tanushree Tunstall 2020-09-17 15:29:17 +01:00
parent b41b33b73c
commit e8b58bfe28

View file

@ -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)