ArrayAnalysis



Desktop app (Windows/MacOS/Linux)

sharing-icon
1. Install R

If you don't have R 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 (Windows/MacOS/Linux)

sharing-icon
1. Install R

If you don't have R 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

Run 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

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!