Wiki

Clone wiki

binf3111-genomer / Installation

Installing Dependencies

We have included a R script which will install all the dependencies for GenomeR automatically. Simply go to directory of the cloned repository and run the following command:

Rscript requirements.R

You can also run the following command in an R session to install the dependencies:

install.packages(c("shiny", "shinyjs", "shinyWidgets", "shinycssloaders", "plotly", "quantmod", "tidyverse"))
  • Read Tutorial to start and run GenomeR

Home

Updated