add consurf-only scripts

This commit is contained in:
Tanushree Tunstall 2023-02-25 17:08:22 +00:00
parent 9bc18169cf
commit a405cd8035
11 changed files with 339 additions and 15 deletions

View file

@ -7,8 +7,8 @@
# mutable_df3 = cbind(small_df3)
# plot_df = cbind(small_df3)
#source("~/git/LSHTM_analysis/config/embb.R")
#source("~/git/LSHTM_analysis/scripts/plotting/get_plotting_dfs.R")
source("~/git/LSHTM_analysis/config/embb.R")
source("~/git/LSHTM_analysis/scripts/plotting/get_plotting_dfs.R")
#outdir="/home/pub/Work/LSHTM/Thesis_Plots/"
outdir="~/git/Writing/thesis/tex/images-corrected/embb/"
@ -122,9 +122,9 @@ tile_legend=get_legend(
legend.direction="horizontal",
legend.text = element_text(size=10),
legend.key.size = unit(10, "pt")) +
scale_colour_manual(name="Active Site"
scale_colour_manual(name="Active Site:"
, values=tile_colour_map) +
scale_fill_manual(name="Active Site"
scale_fill_manual(name="Active Site:"
, values = tile_colour_map)
)