Skip to content
/ DGE Public

Nextflow pipeline that runs DESeq2 on data processed with the nextflow RNAseq pipeline

License

Notifications You must be signed in to change notification settings

lconde-ucl/DGE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated Pipeline Notice

Important: The DGE pipeline is now deprecated and has been replaced by a DSL2 version, available at lconde-ucl/DGE2



DGE

Run DESeq2/GSEA on the featureCounts matrix or kallisto counts obtained from the nextflow_rnaseq pipeline

Build Status Nextflow

Introduction

The pipeline is built using Nextflow. It is a basic pipeline for differential gene expression analysis that is meant to be run after the data has been preprocessed with the rnaseq pipeline

Documentation

The nf-core/SGE pipeline comes with documentation about the pipeline, found in the docs/ directory:

  1. Installation
  2. Running the pipeline
  3. Output and how to interpret the results
  4. Troubleshooting