saving work yet again to be extra sure
This commit is contained in:
parent
65841e4f5b
commit
cf732a3bcc
3 changed files with 7 additions and 25 deletions
|
@ -97,7 +97,7 @@ table(my_df_u$ligand_distance<10)
|
|||
|
||||
my_df_u_lig = my_df_u[my_df_u$ligand_distance <10,]
|
||||
angstroms_symbol = "\u212b"
|
||||
cat(paste0("There are ", nrow(my_df_u_lig), " sites lying within 10", angstroms_symbol, " of the ligand"))
|
||||
cat(paste0("There are ", nrow(my_df_u_lig), " sites lying within 10", angstroms_symbol, " of the ligand\n"))
|
||||
|
||||
########################################################################
|
||||
# end of data extraction and cleaning for plots #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue