Contact: Caleb Lareau
Both DESeq2 and limma-voom can be installed via Bioconudctor:
source("https://bioconductor.org/biocLite.R")
biocLite("limma")
biocLite("DESeq2")
On the Bioconductor website, more detailed vignettes are available for both tools. Find those here.