various
This commit is contained in:
parent
415d05ab6e
commit
af03fc6fd6
3 changed files with 12 additions and 4 deletions
|
@ -13,7 +13,7 @@ source("~/git/LSHTM_analysis/scripts/Header_TT.R")
|
|||
# set drug and gene name
|
||||
|
||||
#==========================================
|
||||
# variables for lig:
|
||||
# variables for affinity:
|
||||
# comes from functions/plotting_globals.R
|
||||
#==========================================
|
||||
|
||||
|
@ -21,6 +21,15 @@ cat("\nGlobal variables for Ligand:"
|
|||
, "\nligand distance colname:", LigDist_colname
|
||||
, "\nligand distance cut off:", LigDist_cutoff)
|
||||
|
||||
cat("\nGlobal variables for mCSM-PPI2 affinity:"
|
||||
, "\nPPI2 distance colname:", ppi2Dist_colname
|
||||
, "\nPPI2 cut off:", Dist_cutoff)
|
||||
|
||||
cat("\nGlobal variables for mCSM-NA affinity:"
|
||||
, "\nligand distance colname:", naDist_colname
|
||||
, "\nligand distance cut off:", Dist_cutoff)
|
||||
|
||||
|
||||
#===========
|
||||
# input
|
||||
#===========
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue