refactored dm om plots and generated the final layout
This commit is contained in:
parent
28510471f0
commit
5bdfd03443
5 changed files with 169 additions and 85 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue