1.1 Required packages for these exercises

If you would like to run these exercises again on your own machine, you will need to install the following R packages.

  • mixOmics
  • tidyr
  • ggplot2
install.packages(c('mixOmics','tidyr','ggplot2'))

Bioconductor packages:

  • Biostrings
  • ShortRead
  • Rsamtools
  • Rsubread
  • edgeR
  • limma
  • org.Hs.eg.db
source("https://bioconductor.org/biocLite.R")
biocLite(c("Biostrings","ShortRead","Rsamtools",...))