more tidying and formatting for combining_dfs.py. Hopefully no more after today
This commit is contained in:
parent
c48fa1dbb0
commit
1f266c4cb8
2 changed files with 217 additions and 84 deletions
|
@ -5,8 +5,6 @@
|
|||
#########################################################
|
||||
# working dir and loading libraries
|
||||
getwd()
|
||||
#setwd("~/git/LSHTM_analysis/scripts/plotting")
|
||||
|
||||
source("/home/tanu/git/LSHTM_analysis/scripts/plotting/Header_TT.R")
|
||||
|
||||
#********************
|
||||
|
@ -53,7 +51,7 @@ my_df_u = pd_df[[2]] # this forms one of the input for combining_dfs_plotting()
|
|||
max_ang <- round(max(my_df_u[LigDist_colname]))
|
||||
min_ang <- round(min(my_df_u[LigDist_colname]))
|
||||
|
||||
cat("\nLigand distance cut off, colname:", LigDist_colname
|
||||
cat("\nLigand distance colname:", LigDist_colname
|
||||
, "\nThe max distance", gene, "structure df" , ":", max_ang, "\u212b"
|
||||
, "\nThe min distance", gene, "structure df" , ":", min_ang, "\u212b")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue