added task for each script at the beginning
This commit is contained in:
parent
0e2bba7a65
commit
2d331679b7
8 changed files with 9 additions and 32 deletions
|
@ -3,10 +3,8 @@ getwd()
|
||||||
setwd('~/git/covid_analysis/')
|
setwd('~/git/covid_analysis/')
|
||||||
getwd()
|
getwd()
|
||||||
############################################################
|
############################################################
|
||||||
# TASK: basic plots
|
# TASK: data cleaning and manipulation to allow plotting
|
||||||
|
# and analysis
|
||||||
# useful links:
|
|
||||||
# http://www.sthda.com/english/wiki/ggplot2-dot-plot-quick-start-guide-r-software-and-data-visualization
|
|
||||||
############################################################
|
############################################################
|
||||||
# source data
|
# source data
|
||||||
source("read_data.R")
|
source("read_data.R")
|
||||||
|
|
|
@ -3,10 +3,7 @@ getwd()
|
||||||
setwd('~/git/covid_analysis/')
|
setwd('~/git/covid_analysis/')
|
||||||
getwd()
|
getwd()
|
||||||
############################################################
|
############################################################
|
||||||
# TASK: basic plots
|
# TASK: KS test b/w outcome groups for ALL timepoints (cumulative)
|
||||||
|
|
||||||
# useful links:
|
|
||||||
# http://www.sthda.com/english/wiki/ggplot2-dot-plot-quick-start-guide-r-software-and-data-visualization
|
|
||||||
############################################################
|
############################################################
|
||||||
# source data
|
# source data
|
||||||
source("read_data.R")
|
source("read_data.R")
|
||||||
|
|
|
@ -3,10 +3,7 @@ getwd()
|
||||||
setwd('~/git/covid_analysis/')
|
setwd('~/git/covid_analysis/')
|
||||||
getwd()
|
getwd()
|
||||||
############################################################
|
############################################################
|
||||||
# TASK: basic plots
|
# TASK: KS test b/w outcome groups at each timepoint
|
||||||
|
|
||||||
# useful links:
|
|
||||||
# http://www.sthda.com/english/wiki/ggplot2-dot-plot-quick-start-guide-r-software-and-data-visualization
|
|
||||||
############################################################
|
############################################################
|
||||||
# source data
|
# source data
|
||||||
source("read_data.R")
|
source("read_data.R")
|
||||||
|
|
|
@ -3,10 +3,7 @@ getwd()
|
||||||
setwd('~/git/covid_analysis/')
|
setwd('~/git/covid_analysis/')
|
||||||
getwd()
|
getwd()
|
||||||
############################################################
|
############################################################
|
||||||
# TASK: basic plots
|
# TASK: Read data to serve as input for downstream analyses
|
||||||
|
|
||||||
# useful links:
|
|
||||||
# http://www.sthda.com/english/wiki/ggplot2-dot-plot-quick-start-guide-r-software-and-data-visualization
|
|
||||||
############################################################
|
############################################################
|
||||||
# load libraries, packages and local imports
|
# load libraries, packages and local imports
|
||||||
|
|
||||||
|
|
|
@ -3,10 +3,7 @@ getwd()
|
||||||
setwd('~/git/covid_analysis/')
|
setwd('~/git/covid_analysis/')
|
||||||
getwd()
|
getwd()
|
||||||
############################################################
|
############################################################
|
||||||
# TASK: basic plots
|
# TASK: paired analysis on time for mediators
|
||||||
|
|
||||||
# useful links:
|
|
||||||
# http://www.sthda.com/english/wiki/ggplot2-dot-plot-quick-start-guide-r-software-and-data-visualization
|
|
||||||
############################################################
|
############################################################
|
||||||
# source data
|
# source data
|
||||||
source("read_data.R")
|
source("read_data.R")
|
||||||
|
|
|
@ -3,10 +3,7 @@ getwd()
|
||||||
setwd('~/git/covid_analysis/')
|
setwd('~/git/covid_analysis/')
|
||||||
getwd()
|
getwd()
|
||||||
############################################################
|
############################################################
|
||||||
# TASK: basic plots
|
# TASK: unpaired analysis for mediators at each timepoint
|
||||||
|
|
||||||
# useful links:
|
|
||||||
# http://www.sthda.com/english/wiki/ggplot2-dot-plot-quick-start-guide-r-software-and-data-visualization
|
|
||||||
############################################################
|
############################################################
|
||||||
# source data
|
# source data
|
||||||
source("read_data.R")
|
source("read_data.R")
|
||||||
|
|
|
@ -3,10 +3,7 @@ getwd()
|
||||||
setwd('~/git/covid_analysis/')
|
setwd('~/git/covid_analysis/')
|
||||||
getwd()
|
getwd()
|
||||||
############################################################
|
############################################################
|
||||||
# TASK: basic plots
|
# TASK: summary stats of mediators by time
|
||||||
|
|
||||||
# useful links:
|
|
||||||
# http://www.sthda.com/english/wiki/ggplot2-dot-plot-quick-start-guide-r-software-and-data-visualization
|
|
||||||
############################################################
|
############################################################
|
||||||
# source data
|
# source data
|
||||||
source("read_data.R")
|
source("read_data.R")
|
||||||
|
|
|
@ -3,10 +3,7 @@ getwd()
|
||||||
setwd('~/git/covid_analysis/')
|
setwd('~/git/covid_analysis/')
|
||||||
getwd()
|
getwd()
|
||||||
############################################################
|
############################################################
|
||||||
# TASK: basic plots
|
# TASK: summary stats of mediators by time and outcome
|
||||||
|
|
||||||
# useful links:
|
|
||||||
# http://www.sthda.com/english/wiki/ggplot2-dot-plot-quick-start-guide-r-software-and-data-visualization
|
|
||||||
############################################################
|
############################################################
|
||||||
# source data
|
# source data
|
||||||
source("read_data.R")
|
source("read_data.R")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue