diff --git a/scripts/plotting/get_plotting_dfs.R b/scripts/plotting/get_plotting_dfs.R index ec67a49..d5d1535 100755 --- a/scripts/plotting/get_plotting_dfs.R +++ b/scripts/plotting/get_plotting_dfs.R @@ -1,26 +1,21 @@ #!/usr/bin/env Rscript + ######################################################### # TASK: Get formatted data for plots -#======================================================================= +######################################################### # working dir and loading libraries getwd() setwd("~/git/LSHTM_analysis/scripts/plotting") getwd() source("Header_TT.R") -# source("../functions/my_pairs_panel.R") # with lower panel turned off -# source("../functions/plotting_globals.R") -# source("../functions/plotting_data.R") -# source("../functions/combining_dfs_plotting.R") -# source("../functions/bp_subcolours.R") #******************** # cmd args passed # in from other scripts # to call this #******************** -#drug = 'streptomycin' -#gene = 'gid' + #==================== # variables for lig #====================