From b68841b3374aaaefe99e396212363a8a6d5ead26 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Sun, 14 Aug 2022 22:57:23 +0100 Subject: [PATCH] saving work --- scripts/plotting/plotting_thesis/basic_barplots2.R | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/plotting/plotting_thesis/basic_barplots2.R b/scripts/plotting/plotting_thesis/basic_barplots2.R index 12b2b16..6c9f10d 100644 --- a/scripts/plotting/plotting_thesis/basic_barplots2.R +++ b/scripts/plotting/plotting_thesis/basic_barplots2.R @@ -252,7 +252,7 @@ posC_all = site_snp_count_bp(plotdf = df3 #------------------------------ # barplot for sensitivity: #------------------------------ -senP = stability_count_bp(plotdf = df3 +sensP = stability_count_bp(plotdf = df3 , df_colname = "sensitivity" #, leg_title = "mCSM-ppi2" #, label_categories = labels_ppi2 @@ -265,10 +265,10 @@ senP = stability_count_bp(plotdf = df3 , subtitle_colour= "black" , sts = 10 , lts = 8 - , ats = 12 - , als = 11 + , ats = 8 + , als =8 , ltis = 11 - , geom_ls = 2.5 + , geom_ls =2 ) @@ -283,10 +283,10 @@ consurfP = stability_count_bp(plotdf = df3 , subtitle_colour= "black" , sts = 10 , lts = 8 - , ats = 12 - , als = 11 + , ats = 8 + , als = 8 , ltis = 11 - , geom_ls = 2.5) + , geom_ls = 2) consurfP