Skip to content

Shiny script creating a web application for the correction of SILAC ratios generated from Maxquant for proline 6 incorporation.

License

Notifications You must be signed in to change notification settings

JosephLongworth/Shiny-Pro6Correction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shiny-Pro6Correction

Shiny script creating a web application for the correction of SILAC ratios generated from Maxquant for proline 6 incorporation.

The easiest way to run the web application is through R as shown below. Alternatively the Server.R and Ui.R can be downloaded and run locally or uploaded to a server as described at http://shiny.rstudio.com/.

# 1. If not installed first install the following packages from CRAN.
install.packages("shiny")
install.packages("stringr")

# 2. Load Shiny.
library(shiny)

# 3. Run the application from GitHub.
runGitHub("Shiny-Pro6Correction", "JosephLongworth")

About

Shiny script creating a web application for the correction of SILAC ratios generated from Maxquant for proline 6 incorporation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages