From d63980bb01ef1c92a3a6579f55e437eee85e1000 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Wed, 15 Sep 2021 19:48:56 +0100 Subject: [PATCH] saving work for the day after massive repurpose --- scripts/plotting/get_plotting_dfs.R | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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 #====================