added test_bp_subcolours.R
This commit is contained in:
parent
7550efbd4c
commit
2ac5ec410e
1 changed files with 16 additions and 0 deletions
16
scripts/functions/tests/test_bp_subcolours.R
Normal file
16
scripts/functions/tests/test_bp_subcolours.R
Normal file
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/env Rscript
|
||||
source("~/git/Misc/shiny/myshiny/gid_data.R")
|
||||
setwd("~/git/LSHTM_analysis/scripts/functions/")
|
||||
source("bp_subcolours.R")
|
||||
|
||||
|
||||
bp_stability_hmap(plotdf = merged_df3
|
||||
, stability_colname = "deepddg_scaled"
|
||||
, stability_outcome_colname = "deepddg_outcome"
|
||||
, p_title = "DeepDDG" )
|
||||
|
||||
|
||||
bp_stability_hmap(plotdf = merged_df3
|
||||
, stability_colname = "foldx_scaled"
|
||||
, stability_outcome_colname = "foldx_outcome"
|
||||
, p_title = "FoldX" )
|
Loading…
Add table
Add a link
Reference in a new issue