changing category of ambiguous muts
This commit is contained in:
parent
eb5491aad9
commit
46b43cf261
3 changed files with 55 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue