fixed source to contain plotting cols and pos_count correctly

This commit is contained in:
Tanushree Tunstall 2022-08-22 14:33:06 +01:00
parent 4147a6b90f
commit 13999a477d
6 changed files with 66 additions and 39 deletions

View file

@ -121,7 +121,7 @@ dm_om_wf_lf_data <- function(df
mmcsm_lig_dn2 = paste0("mmCSM-lig"); mmcsm_lig_dn2
na_dist_dn = paste0("NA Dist(", angstroms_symbol, ")"); na_dist_dn
na_dist_dn = paste0("Dist to NA (", angstroms_symbol, ")"); na_dist_dn
mcsm_na_dn = paste0("mCSM-NA ", stability_suffix); mcsm_na_dn
ppi2_dist_dn = paste0("PPI Dist(", angstroms_symbol, ")"); ppi2_dist_dn
@ -174,7 +174,8 @@ dm_om_wf_lf_data <- function(df
)
display_common_colnames = c(snp_colname
, mut_colname , "dst_mode" , mut_info_label_colname
, mut_colname
, "dst_mode" , mut_info_label_colname
, aa_pos_colname
, "duet_stability_change" , duet_dn , "duet_outcome"