Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 785 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 785 Bytes



Examples of running differential expression analyses

Contact: Caleb Lareau

Install

Both DESeq2 and limma-voom can be installed via Bioconudctor:

source("https://bioconductor.org/biocLite.R")
biocLite("limma")
biocLite("DESeq2")

Sample Analysis

Rscripts

More exahustive guides

On the Bioconductor website, more detailed vignettes are available for both tools. Find those here.