added function to extract data for correlation plots and corresponding test script
This commit is contained in:
parent
a4a4890634
commit
1035547309
2 changed files with 115 additions and 0 deletions
7
scripts/functions/tests/test_corr_plot_df.R
Normal file
7
scripts/functions/tests/test_corr_plot_df.R
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env Rscript
|
||||
source("~/git/LSHTM_analysis/config/gid.R")
|
||||
source("~/git/LSHTM_analysis/scripts/plotting/get_plotting_dfs.R")
|
||||
|
||||
m3 = corr_data_extract(merged_df3); head(m3)
|
||||
m2 = corr_data_extract(meregd_df2); head(m2)
|
||||
m3S = corr_data_extract(merged_df3, extract_scaled_cols = T); head(m3S)
|
Loading…
Add table
Add a link
Reference in a new issue