added log10 OR and P values to myaf_or_calcs.R

This commit is contained in:
Tanushree Tunstall 2021-08-23 20:01:01 +01:00
parent 182465d579
commit 0e44958585
4 changed files with 32 additions and 12 deletions

View file

@ -297,14 +297,14 @@ print('Output filename:', outfile_stab_struc
, '\n===================================================================')
# write csv
print('Writing file: combined stability and structural parameters')
print('\nWriting file: combined stability and structural parameters')
combined_df_clean.to_csv(outfile_stab_struc, index = False)
print('\nFinished writing file:'
, '\nNo. of rows:', combined_df_clean.shape[0]
, '\nNo. of cols:', combined_df_clean.shape[1])
#%%=====================================================================
print('======================================='
, '\nFifth merge:
print('\n======================================='
, '\nFifth merge:'
, '\ncombined_df_clean + afor_df '
, '\n=======================================')
@ -372,4 +372,4 @@ combined_stab_afor.to_csv(outfile_comb_afor, index = False)
print('\nFinished writing file:'
, '\nNo. of rows:', combined_stab_afor.shape[0]
, '\nNo. of cols:', combined_stab_afor.shape[1])
#%% end of script
#%% end of script