added corr data to get_plotting_dfs.R and generate corr plots
This commit is contained in:
parent
639ccf1cd7
commit
b614962e45
4 changed files with 252 additions and 19 deletions
|
@ -85,9 +85,9 @@ df_ps$neglog_pval_fisher = -log10(df_ps$pval_fisher)
|
|||
df_ps$log10_or_kin = log10(df_ps$or_kin)
|
||||
df_ps$neglog_pwald_kin = -log10(df_ps$pwald_kin)
|
||||
|
||||
#===========================
|
||||
#===============================
|
||||
# Data for Correlation plots:PS
|
||||
#===========================
|
||||
#===============================
|
||||
# subset data to generate pairwise correlations
|
||||
cols_to_select = c("duet_scaled"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue