added separate scripts for layout for convinience
This commit is contained in:
parent
d78b072732
commit
cd86fcf8e8
6 changed files with 468 additions and 78 deletions
|
@ -23,11 +23,11 @@ cat("\nGlobal variables for Ligand:"
|
|||
|
||||
cat("\nGlobal variables for mCSM-PPI2 affinity:"
|
||||
, "\nPPI2 distance colname:", ppi2Dist_colname
|
||||
, "\nPPI2 cut off:", Dist_cutoff)
|
||||
, "\nPPI2 cut off:", DistCutOff)
|
||||
|
||||
cat("\nGlobal variables for mCSM-NA affinity:"
|
||||
, "\nligand distance colname:", naDist_colname
|
||||
, "\nligand distance cut off:", Dist_cutoff)
|
||||
, "\nligand distance cut off:", DistCutOff)
|
||||
|
||||
|
||||
#===========
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue