added log10 to corr plot labels

This commit is contained in:
Tanushree Tunstall 2022-08-11 21:01:16 +01:00
parent b302daaa60
commit 3d3e74306c
2 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -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)"
)
#================