added katg tables

This commit is contained in:
Tanushree Tunstall 2022-08-28 22:31:12 +01:00
parent d5da923a74
commit 6441be21ab
8 changed files with 31 additions and 200 deletions

View file

@ -71,8 +71,8 @@ if not outdir:
# input
#=======
#in_filename = 'merged_df3.csv'
#in_filename = gene.lower() + '_complex_mcsm_norm.csv'
in_filename = gene.lower() + '_complex_mcsm_norm_SRY.csv' # gid
in_filename = gene.lower() + '_complex_mcsm_norm.csv'
#in_filename = gene.lower() + '_complex_mcsm_norm_SRY.csv' # gid
infile_merged_df3 = outdir + '/' + in_filename
print('Input file: ', infile_merged_df3
, '\n============================================================')
@ -217,4 +217,4 @@ print('Total no. of mutations: ', total_muts
, '\nTotal no. of unchanged muts: ', no_change_muts.mut_count.sum()
, '\n=======================================================')
#%% end of script
#=======================================================================
#=======================================================================