Shiny server hosting the application online
- Main Program: Please copy and paste the following command to R console.
- Upgrading R and Rstudio to the latest version (R >= 3.5, Rstudio > 1.0.0) is strongly recommended.
#### Install or update ShinyGenotyping
install.packages("remotes")
remotes::install_github("aucomte/ShinyGenotyping")
- To run the application ShinyGenotyping
library(ShinyGenotyping)
runShinyGenotyping()
LGPL-3 | file LICENSE