more tidying and formatting for combining_dfs.py. Hopefully no more after today

This commit is contained in:
Tanushree Tunstall 2022-01-11 17:51:28 +00:00
parent c48fa1dbb0
commit 1f266c4cb8
2 changed files with 217 additions and 84 deletions

View file

@ -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")