added config/ with drug gene names
This commit is contained in:
parent
d63980bb01
commit
c1d9781cb2
2 changed files with 6 additions and 0 deletions
2
config/gid.R
Normal file
2
config/gid.R
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
gene = "gid"
|
||||||
|
drug = "streptomycin"
|
|
@ -9,6 +9,10 @@ bp_stability_hmap(plotdf = merged_df3
|
||||||
, stability_outcome_colname = "deepddg_outcome"
|
, stability_outcome_colname = "deepddg_outcome"
|
||||||
, p_title = "DeepDDG" )
|
, 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
|
bp_stability_hmap(plotdf = merged_df3
|
||||||
, stability_colname = "foldx_scaled"
|
, stability_colname = "foldx_scaled"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue