ArrayAnalysis



Desktop app

sharing-icon
1. Install R

If you don't have R (version 4.4.0 or higher) on your computer, please first install R.

inspiration-icon
2. Install ArrayAnalysis

You can download ArrayAnalysis for Linux, MacOS, and Windows.


Does file security prevent you from running the file? Click here what to do.

chat-icon
3. Run ArrayAnalysis

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!




R package

sharing-icon
1. Install R

If you don't have R (version 4.4.0 or higher) on your computer, please first install R. If you work on a Windows system, you also need to install Rtools.

inspiration-icon
2. Install ArrayAnalysis

Use the following R code to install ArrayAnalysis:

      
      # install "remotes" package
      install.packages("remotes")
      
      # Install ArrayAnalysis from GitHub
      remotes::install_github("jarnokoetsier/ArrayAnalysis/Package") 
      
      
chat-icon
3. Run ArrayAnalysis

Use 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!



Docker image

sharing-icon
1. Install Docker Desktop

If you haven't installed Docker Desktop on your computer, please first install Docker Desktop.

inspiration-icon
2. Pull ArrayAnalysis

Pull the ArrayAnalysis image with the following command:

      
     docker pull jarnokoetsier/arrayanalysis
     
      
chat-icon
3. Run ArrayAnalysis

Run ArrayAnalysis with the following command:

      
     docker run -d --rm -p 3838:3838 
     
      


Source files

sharing-icon
1. Install R

If you don't have R (version 4.4.0 or higher) on your computer, please first install R.

inspiration-icon
2. Download ArrayAnalysis

You can download the ArrayAnalysis zip file here. Unzip the file.

chat-icon
3. Run ArrayAnalysis

Use the following R code to run ArrayAnalysis:

      
     # Run ArrayAnalysis
     shiny::runApp("Path/to/ArrayAnalysis/folder")
     
      
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!