refactored dm om plots and generated the final layout

This commit is contained in:
Tanushree Tunstall 2022-08-08 16:45:55 +01:00
parent 28510471f0
commit 5bdfd03443
5 changed files with 169 additions and 85 deletions

View file

@ -196,11 +196,11 @@ corr_df_m3_f = corr_data_extract(merged_df3
, extract_scaled_cols = F)
head(corr_df_m3_f)
corr_df_m2_f = corr_data_extract(merged_df2
, gene = gene
, drug = drug
, extract_scaled_cols = F)
head(corr_df_m2_f)
# corr_df_m2_f = corr_data_extract(merged_df2
# , gene = gene
# , drug = drug
# , extract_scaled_cols = F)
# head(corr_df_m2_f)
s4 = c("\nSuccessfully sourced Corr_data.R")
cat(s4)