added corr data to get_plotting_dfs.R and generate corr plots

This commit is contained in:
Tanushree Tunstall 2021-06-28 17:25:45 +01:00
parent 2993ab722a
commit a7d26412e5
4 changed files with 252 additions and 19 deletions

View file

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