From dab8294a01fb2d7ee5da77a79001f2576760ae3b Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Thu, 4 Aug 2022 18:52:03 +0100 Subject: [PATCH] renamed folder --- scripts/plotting/plotting_thesis/corr_plots_thesis.R | 1 + .../{corr => corr_thesis_ref}/corr_adjusted_PS_LIG.R | 0 .../plotting_thesis/{corr => corr_thesis_ref}/corr_plots.R | 0 .../plotting_thesis/{corr => corr_thesis_ref}/corr_plots_gc_i.R | 0 .../{corr => corr_thesis_ref}/corr_plots_gc_lig_i.R | 0 .../{corr => corr_thesis_ref}/ggcorr_all_PS_LIG.R | 0 6 files changed, 1 insertion(+) rename scripts/plotting/plotting_thesis/{corr => corr_thesis_ref}/corr_adjusted_PS_LIG.R (100%) rename scripts/plotting/plotting_thesis/{corr => corr_thesis_ref}/corr_plots.R (100%) rename scripts/plotting/plotting_thesis/{corr => corr_thesis_ref}/corr_plots_gc_i.R (100%) rename scripts/plotting/plotting_thesis/{corr => corr_thesis_ref}/corr_plots_gc_lig_i.R (100%) rename scripts/plotting/plotting_thesis/{corr => corr_thesis_ref}/ggcorr_all_PS_LIG.R (100%) diff --git a/scripts/plotting/plotting_thesis/corr_plots_thesis.R b/scripts/plotting/plotting_thesis/corr_plots_thesis.R index e9480d5..9c02b4e 100644 --- a/scripts/plotting/plotting_thesis/corr_plots_thesis.R +++ b/scripts/plotting/plotting_thesis/corr_plots_thesis.R @@ -136,6 +136,7 @@ my_corr_pairs(corr_data_all = corr_df_ppi2 , corr_lab_size = 3 , corr_value_size = 1) +dev.off() #================== # mCSSM-NA affinity #================== \ No newline at end of file diff --git a/scripts/plotting/plotting_thesis/corr/corr_adjusted_PS_LIG.R b/scripts/plotting/plotting_thesis/corr_thesis_ref/corr_adjusted_PS_LIG.R similarity index 100% rename from scripts/plotting/plotting_thesis/corr/corr_adjusted_PS_LIG.R rename to scripts/plotting/plotting_thesis/corr_thesis_ref/corr_adjusted_PS_LIG.R diff --git a/scripts/plotting/plotting_thesis/corr/corr_plots.R b/scripts/plotting/plotting_thesis/corr_thesis_ref/corr_plots.R similarity index 100% rename from scripts/plotting/plotting_thesis/corr/corr_plots.R rename to scripts/plotting/plotting_thesis/corr_thesis_ref/corr_plots.R diff --git a/scripts/plotting/plotting_thesis/corr/corr_plots_gc_i.R b/scripts/plotting/plotting_thesis/corr_thesis_ref/corr_plots_gc_i.R similarity index 100% rename from scripts/plotting/plotting_thesis/corr/corr_plots_gc_i.R rename to scripts/plotting/plotting_thesis/corr_thesis_ref/corr_plots_gc_i.R diff --git a/scripts/plotting/plotting_thesis/corr/corr_plots_gc_lig_i.R b/scripts/plotting/plotting_thesis/corr_thesis_ref/corr_plots_gc_lig_i.R similarity index 100% rename from scripts/plotting/plotting_thesis/corr/corr_plots_gc_lig_i.R rename to scripts/plotting/plotting_thesis/corr_thesis_ref/corr_plots_gc_lig_i.R diff --git a/scripts/plotting/plotting_thesis/corr/ggcorr_all_PS_LIG.R b/scripts/plotting/plotting_thesis/corr_thesis_ref/ggcorr_all_PS_LIG.R similarity index 100% rename from scripts/plotting/plotting_thesis/corr/ggcorr_all_PS_LIG.R rename to scripts/plotting/plotting_thesis/corr_thesis_ref/ggcorr_all_PS_LIG.R