Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
/ rnaseq Public archive
forked from kerimoff/rnaseq

RNA sequencing analysis pipeline using STAR or HISAT2, with gene counts and quality control

License

Notifications You must be signed in to change notification settings

czbiohub-sf/rnaseq

 
 

Repository files navigation

czbiohub/rnaseq

Build Status Nextflow DOI Gitter

install with bioconda Docker Container available Singularity Container available

Introduction

czbiohub/rnaseq is a bioinformatics analysis pipeline used for RNA sequencing data.

The workflow processes raw data from FastQ inputs (FastQC, fastp), aligns the reads (STAR or HiSAT2), generates gene counts (htseq-count, StringTie) and performs extensive quality-control on the results (RSeQC, dupRadar, Preseq, edgeR, MultiQC). See the output documentation for more details of the results.

Additionally, the pipeline is expanded to be able to quantify transcript, exon, alternative splicing and TxRevise expressions. See optional quantification methods for details.

The pipeline is built using Nextflow, a bioinformatics workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It comes with docker / singularity containers making installation trivial and results highly reproducible.

Documentation

The czbiohub/rnaseq pipeline comes with documentation about the pipeline, found in the docs/ directory:

  1. Installation
  2. Pipeline configuration
  3. Running the pipeline (Gene expression)
  4. Running the pipeline (With additional quantification methods)
  5. Output and how to interpret the results
  6. Troubleshooting

General overview

The schema shown below represents the high level structure of the pipeline.

czbiohub/rnaseq

Credits

These scripts were originally written for use at the National Genomics Infrastructure, part of SciLifeLab in Stockholm, Sweden, by Phil Ewels (@ewels) and Rickard Hammarén (@Hammarn). They have since taken on a life of their own at Chan Zuckerberg Biohub where they are maintained by Olga Botvinnik.

Many thanks to other who have helped out along the way too, including (but not limited to): @Galithil, @pditommaso, @orzechoj, @apeltzer, @colindaven.

About

RNA sequencing analysis pipeline using STAR or HISAT2, with gene counts and quality control

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Nextflow 57.8%
  • Python 22.6%
  • Perl 7.8%
  • R 6.1%
  • Shell 2.9%
  • HTML 2.3%
  • Other 0.5%