moved combining_dfs_plotting.R to function and added test script for this as well

This commit is contained in:
Tanushree Tunstall 2021-06-22 18:15:15 +01:00
parent 754cd70a6f
commit 5dec604742
5 changed files with 100 additions and 9 deletions

View file

@ -7,11 +7,15 @@
#source("Header_TT.R")
require("getopt", quietly = TRUE) # cmd parse arguments
# working dir and loading libraries
getwd()
setwd("~/git/LSHTM_analysis/scripts/functions/")
getwd()
# load functions
source("functions/plotting_globals.R")
source("functions/mychisq_or.R")
source("functions/myaf_or_calcs.R")
source("plotting_globals.R")
source("mychisq_or.R")
source("myaf_or_calcs.R")
# cmd options + sensible defaults
drug = "streptomycin"