Moved to: https://github.com/oncogenetics/PSAV
Please find the source code for the tool presented in: "Prostate-Specific Antigen Velocity is an important Prostate Cancer predictive marker in a prospective PSA based screening study".(Christos Mikropoulos et al. 2014).
https://zx8754.shinyapps.io/PSA_Velocity/
Before running the app you will need to have R and RStudio installed (tested with R version 3.1.0, 2014-04-10, Platform: x86_64-w64-mingw32/x64).
-
Please run those lines in R:
- install.packages("shiny")
- install.packages("devtools")
- devtools::install_github("shiny-incubator","rstudio")
- install.packages("ggplot2")
- install.packages("shinyAce")
-
Run the tool:
- shiny::runGitHub("PSA_Velocity", "zx8754")
Your web browser will open the web app.