Skip to content

Instantly share code, notes, and snippets.

View jsgalan's full-sized avatar

Javier Sanchez Galan jsgalan

View GitHub Profile
@jsgalan
jsgalan / r-env-setup-script.R
Created March 24, 2021 16:01
Setup Google Colab with Bioconductor
#'
#' This script sets up the R environment in the
#' Google Colab virtual maschine. Mainly it
#' downloads the precompiles R packages and
#' installs needed Ubuntu packages.
#' Furthermore it downloads all needed datasets
#' to run the workshop analysis pipelines.
#'
#' install needed ubuntu packages
@jsgalan
jsgalan / r-env-setup-script.R
Created March 24, 2021 15:58
r-env-setup-script.R
#'
#' This script sets up the R environment in the
#' Google Colab virtual machine. Mainly it
#' downloads the precompiles R packages and
#' installs needed Ubuntu packages.
#' Furthermore it downloads all needed datasets
#' to run the workshop analysis pipelines.
#'
#' install needed ubuntu packages