Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.  

...

  • If you are trying to find enriched GO terms using a list of novel transcripts, BLAST2GO, AmiGO

  • Web services like DAVID

  • For pathway analysis: kegg, Ingenuity pathway analysis

Get set up

Code Block
titleGet set up
Make sure you are in the right location
 
cd $SCRATCH/my_rnaseq_course/diff_results

...