added delta symbol to plotting_data.R and pretty labels for dr_other_muts figure

This commit is contained in:
Tanushree Tunstall 2020-09-11 14:40:37 +01:00
parent f6a440dc55
commit 8648320de7
3 changed files with 108 additions and 83 deletions

View file

@ -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 #
########################################################################