added plotting/other_plots_data.R

This commit is contained in:
Tanushree Tunstall 2020-09-11 12:52:17 +01:00
parent b0c4791206
commit f6a440dc55
3 changed files with 277 additions and 7 deletions

View file

@ -76,7 +76,7 @@ print('Input file: ', infile_merged_df3
#=======
# output
#=======
out_filename = 'mut_elec_changes.txt'
out_filename = gene.lower() + '_mut_elec_changes.txt'
outfile_elec_changes = outdir + '/' + out_filename
print('Output file: ', outfile_elec_changes
, '\n============================================================')