script to combine all ors
This commit is contained in:
parent
3497d1ef54
commit
0c3c6fd143
3 changed files with 14 additions and 19 deletions
|
@ -59,7 +59,7 @@ cat(paste0('Reading infile2: gene associated metadata:', infile_metadata))
|
|||
# outdir = 'git/Data/pyrazinamide/output'
|
||||
outdir = paste0('~/git/Data', '/', drug, '/', 'output')
|
||||
#out_filename = paste0(tolower(gene), '_meta_data_with_AF_OR.csv')
|
||||
out_filename = paste0(tolower(gene), '_AF_OR.csv')
|
||||
out_filename = paste0(tolower(gene), '_af_or.csv')
|
||||
outfile = paste0(outdir, '/', out_filename)
|
||||
cat(paste0('Output file with full path:', outfile))
|
||||
#%% end of variable assignment for input and output files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue