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

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