added pnca plot dir to generate plots that weren#t covered in the paper
This commit is contained in:
parent
1dacebbaf6
commit
2cec743ae0
8 changed files with 1391 additions and 0 deletions
16
scripts/plotting/plotting_thesis/pnca/plot_data_pnca.R
Normal file
16
scripts/plotting/plotting_thesis/pnca/plot_data_pnca.R
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue