This is the source code for a web application that wraps a C++ program written by the author for troubleshooting solid state peptide synthesis, so that those without C++ or command line knowledge can use the code. It contains one extra feature from the C++ utility, which is the ability to specify position specific protecting groups that adjust the mass of specific amino acids.
Unfortunately, the free version of the shinyapps.io hosting that I'm using for web app has not been very reliable. As a result, I've also included instructions on how to run the application locally.
- Make sure you have a current R installation, instructions here
- Make sure you have the R package
shiny
installed. From R, it can be installed using the following command:install.packages("shiny")
- Run R from the command line
- Run the application
shiny::runGitHub('peptide-checker-app', 'evanmunro')