Shiny WebApp for SLIDE
git clone https://github.com/Koushul/SLIDEWeb.git
module load gcc/10.2.0 r/4.2.0
To install the required R packages, start R and run the following commands:
install.packages(c(
"shiny",
"bslib",
"shinyjs",
"yaml",
"DT",
"plotly",
"rmarkdown",
"dplyr"
"devtools"
))
devtools::install_github("jishnu-lab/SLIDE")Make sure to set the App Directory path to the folder where the app.R is
