wholesale change for Header_TT.R location

This commit is contained in:
Tanushree Tunstall 2022-01-26 11:39:03 +00:00
parent b133b8be24
commit 586927ca56
46 changed files with 46 additions and 46 deletions

View file

@ -12,7 +12,7 @@ getwd()
# 1: Installing and loading required packages and functions
#############################################################
#source("Header_TT.R")
#source("~/git/LSHTM_analysis/scripts/Header_TT.R")
library(ggplot2)
library(data.table)
source("barplot_colour_function.R")

View file

@ -14,7 +14,7 @@ setwd("~/git/LSHTM_analysis/scripts/plotting")
getwd()
# load libraries
#source("Header_TT.R")
#source("~/git/LSHTM_analysis/scripts/Header_TT.R")
library(ggplot2)
library(data.table)
library(dplyr)

View file

@ -14,7 +14,7 @@ setwd("~/git/LSHTM_analysis/scripts/plotting")
getwd()
# load libraries
#source("Header_TT.R")
#source("~/git/LSHTM_analysis/scripts/Header_TT.R")
library(ggplot2)
library(data.table)
library(dplyr)

View file

@ -27,7 +27,7 @@ getwd()
require("getopt", quietly = TRUE) # cmd parse arguments
# load functions
source("Header_TT.R")
source("~/git/LSHTM_analysis/scripts/Header_TT.R")
source("../functions/plotting_globals.R")
source("../functions/plotting_data.R")

View file

@ -24,7 +24,7 @@ getwd()
##########################################################
# Installing and loading required packages
##########################################################
source("Header_TT.R")
source("~/git/LSHTM_analysis/scripts/Header_TT.R")
#require(data.table)
#require(arsenal)
#require(compare)

View file

@ -11,7 +11,7 @@ setwd("~/git/LSHTM_analysis/scripts/plotting")
getwd()
source("Header_TT.R")
source("~/git/LSHTM_analysis/scripts/Header_TT.R")
require(cowplot)
source("../functions/combining_dfs_plotting.R")

View file

@ -8,7 +8,7 @@ getwd()
setwd("~/git/LSHTM_analysis/scripts/plotting")
getwd()
#source("Header_TT.R")
#source("~/git/LSHTM_analysis/scripts/Header_TT.R")
source("../functions/my_pairs_panel.R") # with lower panel turned off
source("../functions/plotting_globals.R")
source("../functions/plotting_data.R")

View file

@ -10,7 +10,7 @@ getwd()
##########################################################
# Installing and loading required packages
##########################################################
source("Header_TT.R")
source("~/git/LSHTM_analysis/scripts/Header_TT.R")
require(data.table)
source("combining_dfs_plotting.R")
# should return the following dfs, directories and variables

View file

@ -14,7 +14,7 @@ getwd()
setwd("~/git/LSHTM_analysis/scripts/plotting/")
getwd()
source("Header_TT.R")
source("~/git/LSHTM_analysis/scripts/Header_TT.R")
library(ggridges)
source("combining_dfs_plotting.R")
# PS combined:

View file

@ -14,7 +14,7 @@ getwd()
setwd("~/git/LSHTM_analysis/scripts/plotting/")
getwd()
source("Header_TT.R")
source("~/git/LSHTM_analysis/scripts/Header_TT.R")
source("get_plotting_dfs.R")

View file

@ -2,7 +2,7 @@
getwd()
setwd("~/git/LSHTM_analysis/scripts/plotting")
getwd()
source("Header_TT.R")
source("~/git/LSHTM_analysis/scripts/Header_TT.R")
spec = matrix(c(
"drug" , "d", 1, "character",

View file

@ -2,7 +2,7 @@
getwd()
setwd("~/git/LSHTM_analysis/scripts/plotting")
getwd()
source("Header_TT.R")
source("~/git/LSHTM_analysis/scripts/Header_TT.R")
spec = matrix(c(
"drug" , "d", 1, "character",

View file

@ -9,7 +9,7 @@ getwd()
setwd("~/git/LSHTM_analysis/scripts/plotting")
getwd()
#source("Header_TT.R")
#source("~/git/LSHTM_analysis/scripts/Header_TT.R")
library(ggplot2)
library(data.table)
library(dplyr)