Skip to content
Victoria Offord edited this page Aug 22, 2019 · 4 revisions

Welcome to the DEAGO wiki!

DEAGO generates user-friendly quality control (QC) and analysis reports for RNA-Seq datasets. These interactive reports can be opened simply in a web browser and provide a simple way of sharing information about your analysis with collaborators.

DEAGO uses a Perl wrapper module (Bio-Deago) to generate a HTML report from markdown templates by calling functions from an R package (deago).

There are three main steps to each analysis:

  • Generating QC plots (ggplot2)

  • Identifying differentially expressed (DE) genes (DESeq2)

  • Performing gene ontology (GO) term enrichment analyses (topGO)


Prerequisites

Before working with DEAGO, you will first need to have installed:

Note: For Sanger pathogens users, these are already available on pcs5 and farm3.


User guide

The DEAGO user guide can be found here.


Tutorial

There is a short DEAGO tutorial here which will give you an opportunity to look at example input data, run some DEAGO analyses and look at the output files which are generated.


Sanger pathogens users

We also have a separate Sanger pathogen users page for Sanger pathogen users which shows you how to prepare your input data from the Sanger pathogen pipelines.

Clone this wiki locally