reran to generate merged_df3 with correct dst for dst muts. modified combining_dfs_plotting.R

This commit is contained in:
Tanushree Tunstall 2022-07-08 21:33:57 +01:00
parent 289c8913d0
commit 8079dd7b6c
6 changed files with 148 additions and 211 deletions

View file

@ -7,11 +7,9 @@
getwd()
source("~/git/LSHTM_analysis/scripts/Header_TT.R")
#********************
# cmd args passed
# in from other scripts
# to call this
#********************
# set drug and gene name
#==========================================
@ -85,8 +83,8 @@ all_plot_dfs = combining_dfs_plotting(my_df_u
merged_df2 = all_plot_dfs[[1]]
merged_df3 = all_plot_dfs[[2]]
merged_df2_comp = all_plot_dfs[[3]]
merged_df3_comp = all_plot_dfs[[4]]
#merged_df2_comp = all_plot_dfs[[3]]
#merged_df3_comp = all_plot_dfs[[4]]
#======================================================================