added additional check in combining_df_plotting.R to account for check when generating merged_df2 as muts NOT present in mcsm can create trouble, so fixed that and ran it successfully for alr and katg

This commit is contained in:
Tanushree Tunstall 2022-01-18 17:36:54 +00:00
parent 8f8a9db92c
commit e2cdee2d08
4 changed files with 62 additions and 30 deletions

View file

@ -188,5 +188,3 @@ map(paste0(func_path, source_files), source) # source all your R scripts!
# set plot script dir
plot_script_path = "~/git/LSHTM_analysis/scripts/plotting/"