added delta symbol to plotting_data.R and pretty labels for dr_other_muts figure
This commit is contained in:
parent
ecbc7541e9
commit
8d9ede186c
3 changed files with 108 additions and 83 deletions
|
@ -97,6 +97,8 @@ 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\n"))
|
||||
|
||||
delta_symbol = "\u0394"; delta_symbol
|
||||
|
||||
########################################################################
|
||||
# end of data extraction and cleaning for plots #
|
||||
########################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue