diff --git a/scripts/functions/corr_plot_data.R b/scripts/functions/corr_plot_data.R index 05595c8..7bb0970 100644 --- a/scripts/functions/corr_plot_data.R +++ b/scripts/functions/corr_plot_data.R @@ -46,7 +46,7 @@ corr_data_extract <- function(df , "DUET" , "FoldX" , "DeepDDG", "Dynamut2" , "ASA" , "RSA" , "KD" , "RD" # previously MAF - , "Log(MAF)" , "Log(OR)" , "-Log(P)" + , "Log10(MAF)" , "Log10(OR)" , "-Log10(P)" , "Lig-Dist" , "ConSurf" , "SNAP2" , "PROVEAN" , "mCSM-lig", "mmCSM-lig" diff --git a/scripts/plotting/plotting_thesis/corr_plots_thesis.R b/scripts/plotting/plotting_thesis/corr_plots_thesis.R index cd3f9e8..c8012ed 100644 --- a/scripts/plotting/plotting_thesis/corr_plots_thesis.R +++ b/scripts/plotting/plotting_thesis/corr_plots_thesis.R @@ -37,9 +37,9 @@ aff_dist_cols = colnames(corr_plotdf)[grep("Dist", colnames(corr_plotdf))] aff_dist_cols -static_cols = c("Log(MAF)" - , "Log(OR)" - #, "-Log(P)" +static_cols = c("Log10(MAF)" + , "Log10(OR)" + #, "-Log10(P)" ) #================