added TASK at the beginning of the scripts

This commit is contained in:
Tanushree Tunstall 2020-11-02 16:36:52 +00:00
parent 8033c1785f
commit a4d305d44b
3 changed files with 37 additions and 2 deletions

View file

@ -3,11 +3,21 @@ getwd()
setwd("~/git/mosaic_2020/")
getwd()
###############################################################
# TASK: boxplots with stats for NPA, SAM and SERUM but with log scale
# for each mediator, at each timepoint, by group
# TODO: check boxplot_stat_function.R
# output plots even if stats fail due to data containing only LLODs
# however for a given mediator, if there is error for ANY timepoint
# stats will not be added for the entire plot! To be handled in
# next iteration!
###############################################################
#=============
# Input
#=============
source("boxplot_stat_function.R")
source("boxplot_function.R")
#source("boxplot_function.R") for sam
source("plot_data.R")
#=============