From 464186f5bdac9d993fbd50c61c9da40f45d73523 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Wed, 9 Sep 2020 19:03:52 +0100 Subject: [PATCH] regenerated combined_or figure with correct muts --- scripts/plotting/combined_or.R | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/plotting/combined_or.R b/scripts/plotting/combined_or.R index 1c167a8..0f76e0e 100644 --- a/scripts/plotting/combined_or.R +++ b/scripts/plotting/combined_or.R @@ -108,8 +108,8 @@ g1 = ggplot(ps_df, aes(x = factor(position) p1 = g1 + geom_point(aes(col = duet_outcome - #, size = or_mychisq))+ - , size = or_kin)) + + , size = or_mychisq))+ + #, size = or_kin)) + # not good, almost like log(or) theme(axis.text.x = element_text(size = my_ats , angle = 90 , hjust = 1 @@ -148,8 +148,8 @@ g2 = ggplot(lig_df, aes(x = factor(position) p2 = g2 + geom_point(aes(col = ligand_outcome - #, size = or_mychisq))+ - , size = or_kin)) + + , size = or_mychisq))+ + #, size = or_kin)) + # not good! almost like log(or) theme(axis.text.x = element_text(size = my_ats , angle = 90 , hjust = 1 @@ -178,7 +178,7 @@ p2 #====================== svg(plot_or_combined, width = 32, height = 12) -svg(plot_or_kin_combined, width = 32, height = 12) +#svg(plot_or_kin_combined, width = 32, height = 12) theme_set(theme_gray()) # to preserve default theme