R Package Requirements
- base64enc
- shiny
- shinyjs
- dplyr
- ggplot2
- readxl
- bslib
- jsonlite
- fontawesome
- shinyWidgets
- shinyhelper
- DT
- shinyFeedback
- skimr
- shinycssloaders
- BiocManager
- mixOmics
Install the required packages using the following code:
install.packages(c(
"base64enc",
"shiny",
"shinyjs",
"dplyr",
"ggplot2",
"readxl",
"bslib",
"jsonlite",
"fontawesome",
"shinyWidgets",
"shinyhelper",
"DT",
"shinyFeedback",
"skimr",
"shinycssloaders",
"BiocManager"
))
# Install mixOmics from Bioconductor
BiocManager::install("mixOmics")
Setup and Installation
- Clone the repository from GitHub: Clone this repository or download the source code to your local machine.
- Open RStudio: Open the project in RStudio or your preffered IDE.
- Install Dependencies: Ensure all packages are installed.
- Run the Application: Launch the app by executing
shiny::runApp("app.R")