added pnca plot dir to generate plots that weren#t covered in the paper

This commit is contained in:
Tanushree Tunstall 2022-09-05 14:02:04 +01:00
parent 1dacebbaf6
commit 2cec743ae0
8 changed files with 1391 additions and 0 deletions

View file

@ -0,0 +1,16 @@
#!/usr/bin/env Rscript
#=============
# Data: Input
#==============
source("~/git/LSHTM_analysis/config/pnca.R")
source("~/git/LSHTM_analysis/scripts/plotting/get_plotting_dfs.R")
####################################################
class(merged_df3)
df3 = subset(merged_df3, select = -c(pos_count))
#=======
# output
#=======
outdir_images = paste0("~/git/Writing/thesis/images/results/", tolower(gene), "/")
cat("plots will output to:", outdir_images)