These are steps to be completed before the course.

Note that it may take an hour or so from request approval, before you can actually write to the folder.
We will check before the workshop that all students have logged in and done this, so do not forget!

R
# set repositories to CRAN and Bioconductor
setRepositories(graphics=F,ind=c(1,2,3,4,5))
# install R packages from CRAN and Bioconductor
install.packages(c("DESeq2","edgeR","tidyverse","biomaRt","pheatmap","pvclust",
                 "rafalib","clusterProfiler","org.Hs.eg.db","pathview",
                 "devtools","ggpubr"),dep=TRUE)

# install from github (optional)
# devtools::install_github("pachterlab/sleuth")

End of document.