added log10 to corr plot labels
This commit is contained in:
parent
b302daaa60
commit
3d3e74306c
2 changed files with 4 additions and 4 deletions
|
@ -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)"
|
||||
)
|
||||
|
||||
#================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue