added log10 to corr plot labels
This commit is contained in:
parent
b302daaa60
commit
3d3e74306c
2 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@ corr_data_extract <- function(df
|
||||||
, "DUET" , "FoldX" , "DeepDDG", "Dynamut2"
|
, "DUET" , "FoldX" , "DeepDDG", "Dynamut2"
|
||||||
, "ASA" , "RSA" , "KD" , "RD"
|
, "ASA" , "RSA" , "KD" , "RD"
|
||||||
# previously MAF
|
# previously MAF
|
||||||
, "Log(MAF)" , "Log(OR)" , "-Log(P)"
|
, "Log10(MAF)" , "Log10(OR)" , "-Log10(P)"
|
||||||
, "Lig-Dist"
|
, "Lig-Dist"
|
||||||
, "ConSurf" , "SNAP2" , "PROVEAN"
|
, "ConSurf" , "SNAP2" , "PROVEAN"
|
||||||
, "mCSM-lig", "mmCSM-lig"
|
, "mCSM-lig", "mmCSM-lig"
|
||||||
|
|
|
@ -37,9 +37,9 @@ aff_dist_cols = colnames(corr_plotdf)[grep("Dist", colnames(corr_plotdf))]
|
||||||
aff_dist_cols
|
aff_dist_cols
|
||||||
|
|
||||||
|
|
||||||
static_cols = c("Log(MAF)"
|
static_cols = c("Log10(MAF)"
|
||||||
, "Log(OR)"
|
, "Log10(OR)"
|
||||||
#, "-Log(P)"
|
#, "-Log10(P)"
|
||||||
)
|
)
|
||||||
|
|
||||||
#================
|
#================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue