Overview
In this lab, we'll look at how to use an R package called goseq to identify enriched gene ontology (GO) terms. For this analysis, we'll be using the differential analysis results we generated using DESeq.
(Why are we using the list of differentially expressed genes produced by DESeq and not cuffdiff?)
Introduction
goseq is an R package that provides functions to look for enriched gene ontology terms (GO) in our differentially expressed genes.
...