changing category of ambiguous muts

This commit is contained in:
Tanushree Tunstall 2020-09-08 18:51:03 +01:00
parent e980085294
commit f10f8f6d2a
3 changed files with 55 additions and 4 deletions

View file

@ -52,6 +52,18 @@ in_filename_params = paste0(tolower(gene), "_all_params.csv")
infile_params = paste0(outdir, "/", in_filename_params)
cat(paste0("Input file 1:", infile_params) )
dr_muts_col = paste0('dr_mutations_', drug)
dr_muts_col = paste0('other_mutations_', drug)
cat('Extracting columns based on variables:\n'
, drug
, '\n'
, dr_muts_col
, '\n'
, other_muts_col
, '\n===============================================================')
#%%===============================================================
###########################
# Read file: struct params