added log10 OR and P values to myaf_or_calcs.R
This commit is contained in:
parent
0c16937b68
commit
1e3670f935
4 changed files with 32 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue