wholesale change for Header_TT.R location
This commit is contained in:
parent
b133b8be24
commit
586927ca56
46 changed files with 46 additions and 46 deletions
|
@ -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")
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue