Overview of nf-core/rnaseq
masterWhat is nf-core/rnaseq?
nf-core/rnaseq is a bioinformatics pipeline for analyzing RNA sequencing data from organisms with a reference genome and annotation.
Key Capabilities:
- Takes FASTQ files or pre-aligned BAM files as input.
- Performs Quality Control (QC), trimming, and (pseudo-)alignment.
- Produces a gene expression matrix and extensive QC reports.
- Supports multiple alignment and quantification routes (e.g.,
STAR->Salmon,STAR->RSEM, orHiSAT2).
Important Notes:
- SRA Downloads: SRA download functionality is no longer part of this pipeline (since version
3.2). Use nf-core/fetchngs instead. You can pass--nf_core_pipeline rnaseqtonf-core/fetchngsto automatically create a compatible samplesheet. - HISAT2 Limitation: If using
--aligner hisat2, quantification is not performed because accurate expression estimates cannot be calculated from HISAT2 genomic alignments. This mode is intended for alignment and QC only.