crickbabs / BABS-RNASeq

RNASeq Best Practice Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BABS-RNASeq

Introduction

A Nextflow pipeline for processing RNASeq sequencing data.

The pipeline was written by The Bioinformatics & Biostatistics Group at The Francis Crick Institute, London.

Pipeline summary

  1. Raw read QC (FastQC)
  2. Adapter trimming (cutadapt)
  3. Alignment and quantification (RSEM, STAR)
  4. Sorting and indexing (SAMtools)
  5. Quality control metrics:
  6. Preparation for statistical analysis:
  7. Collect and present a report (MultiQC)

Documentation

The documentation for the pipeline can be found in the docs/ directory:

  1. Installation
  2. Design file
  3. Pipeline configuration
  4. Running the pipeline
  5. Output and interpretation of results
  6. Troubleshooting

Pipeline DAG

BABS-RNASeqPE directed acyclic graph

Credits

The pipeline was written by the The Bioinformatics & Biostatistics Group at The Francis Crick Institute, London.

The pipeline was developed by Gavin Kelly, Harshil Patel, Nourdine Bah and Philip East.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

RNASeq Best Practice Analysis

License:MIT License


Languages

Language:Nextflow 47.7%Language:R 18.1%Language:Python 13.1%Language:HTML 11.5%Language:Shell 9.7%