added config/ with drug gene names

This commit is contained in:
Tanushree Tunstall 2021-09-16 10:05:28 +01:00
parent 746889b075
commit 56600ac3f8
2 changed files with 6 additions and 0 deletions

2
config/gid.R Normal file
View file

@ -0,0 +1,2 @@
gene = "gid"
drug = "streptomycin"

View file

@ -9,6 +9,10 @@ bp_stability_hmap(plotdf = merged_df3
, stability_outcome_colname = "deepddg_outcome"
, p_title = "DeepDDG" )
bp_stability_hmap(plotdf = merged_df3
, stability_colname = "ddg_dynamut2_scaled"
, stability_outcome_colname = "ddg_dynamut2_outcome"
, p_title = "Dynamut2" )
bp_stability_hmap(plotdf = merged_df3
, stability_colname = "foldx_scaled"