Differential Expression Analysis with limma in R
John Blischak
Instructor
# Create a Venn diagram
vennDiagram(results)

limma function topTable
Specify contrast
coef = "dox_wt"coef = "dox_top2b"coef = "interaction"hist(runif(10000))

limma function volcanoplot
x-axis: log-fold change in expression between contrasted groups
y-axis: log odds of differential expression
Specify contrast, e.g. coef = "dox_wt"
limma function kegga and topKEGG
Specify contrast, e.g. coef = "dox_wt"
Specify mouse species with species = "Mm"
Differential Expression Analysis with limma in R