If you don't have R on your computer, please first install R.
Starting up ArrayAnalysis for the first time might take some time, because all packages still need to be installed. Don't worry! The second time you run the app, it will be way faster!
Run the following R code to install ArrayAnalysis:
# install "remotes" package
install.packages("remotes")
# Install ArrayAnalysis from GitHub
remotes::install_github("jarnokoetsier/ArrayAnalysis/Package")
Run the following R code to run ArrayAnalysis:
# Run ArrayAnalysis
ArrayAnalysis::runArrayAnalysis()
Starting up ArrayAnalysis for the first time might take some time,
because all packages still need to be installed. Don't worry! The second time you run the app, it will be way faster!