This repository contains a Nextflow pipeline to analyze RNA-Seq data from SRA samples.
The pipeline performs the following steps:
- Download SRA samples
- Perform quality control with FastQC
- Align reads to the reference genome with HISAT2
- Count reads per gene with featureCounts
- Merge counts and perform differential expression analysis with DESeq2
- Extract expression of FOXP3 and identify most differentially expressed genes
For Mac M1/M2, use the following command to build the Docker image with amd64 emulation:
docker buildx build --platform linux/amd64 -t rna_seq_pipeline .
RNA-seq data quality filter, standardisation and analysis using scalability and reproducibility standards. Alternatevely, you can run build the docker image as usual if you dont have the ARM64 aquitecture
docker build -t rna_seq_pipeline .