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.
mixOmicstidyrggplot2
install.packages(c('mixOmics','tidyr','ggplot2'))Bioconductor packages:
BiostringsShortReadRsamtoolsRsubreadedgeRlimmaorg.Hs.eg.db
source("https://bioconductor.org/biocLite.R")
biocLite(c("Biostrings","ShortRead","Rsamtools",...))