Installing CRUX

Windows

  1. Download the CRUX app for Windows (link)

  2. Unzip the app

  3. Run CRUX.bat

Mac

  1. Download the CRUX app for Mac (link)

  2. Double click the zipfile to extract the app

  3. Run CRUX.app

  4. If you see a warning about running apps from unverified developers: Resolve as below

../_images/mac_run_unverified.png

Linux

CRUX can be installed on linux (or any other R-compatible) operating system as an R package.

  1. Install R

  2. Install CRUX by running:

    # Install required libraries
    install.packages("remotes", ask=FALSE)
    install.packages("BiocManager", ask=FALSE)
    
    # Install tool
    BiocManager::install("PoisonAlien/TCGAmutations")
    remotes::install_github("CCICB/CRUX")
    
  3. Then, whenever you want to open CRUX run::

    CRUX::run_app()