nf-core-rnaseqdge

example nextflow pipeline with nf-core modules: RNA-seq and differential gene expression analysis

https://github.com/loipf/nf-core-rnaseqdge

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 8 DOI reference(s) in README
  • Academic publication links
    Links to: ncbi.nlm.nih.gov
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

example nextflow pipeline with nf-core modules: RNA-seq and differential gene expression analysis

Basic Info
  • Host: GitHub
  • Owner: loipf
  • License: mit
  • Language: Nextflow
  • Default Branch: master
  • Size: 486 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation

README.md

nf-core/rnaseqdge

nf-test

Nextflow run with conda run with docker run with singularity Launch on Seqera Platform

Get help on SlackFollow on TwitterFollow on MastodonWatch on YouTube

Introduction

nf-core/rnaseqdge is a bioinformatics pipeline that analyses RNA sequencing data and performes differential gene expression analysis. It takes a samplesheet and FASTQ files as input, performs quality control, (pseudo-)alignment, produces a gene expression matrix, a QC report, and differentially expressed genes between two groups.

  1. combine multiple RNA-seq runs per sample together
  2. read quality control (FastQC)
  3. summarize quality control of raw reads (MultiQC)
  4. if reference fasta is not given, download latest human reference genome and transcriptome from Ensembl
  5. multiple gene quantification routes:
  6. differential gene expression analysis using DESeq2 and edgeR

Usage

[!NOTE] If you are new to Nextflow and nf-core, please refer to this page on how to set-up Nextflow.

First, prepare a samplesheet with your input data that looks as follows:

samplesheet.csv:

csv sample,fastq_1,fastq_2,group c1,Control1_1.fq.gz,Control1_2.fq.gz,control c2,Control2_1.fq.gz,Control2_2.fq.gz,control t1,Tumor1_1.fq.gz,Tumor1_2.fq.gz,tumor t2,Tumor2_1.fq.gz,Tumor2_2.fq.gz,tumor

Each row represents a pair of fastq files (currently only paired end supported).

Now, you can run the pipeline using:

bash nextflow run nf-core/rnaseqdge \ -profile docker \ --aligner <star_rsem|star_salmon|kallisto|salmon> \ --input samplesheet.csv \ --outdir <OUTDIR> or with custom genome:

bash nextflow run nf-core/rnaseqdge \ -profile docker \ --aligner <star_rsem|star_salmon|kallisto|salmon> \ --input samplesheet.csv \ --genome_fasta genome.fa.gz --genome_gtf genome_gtf.gtf --outdir <OUTDIR>

(Note: star_rsem and star_salmon index file creation can take multiple hours and is RAM intensive.)

[!WARNING] Please provide pipeline parameters via the CLI or Nextflow -params-file option. Custom config files including those provided by the -c Nextflow option can be used to provide any configuration except for parameters; see docs.

For more details and further functionality, please refer to the usage documentation and the parameter documentation.

Pipeline output

  • quality reports of fastq input files
  • quantified gene expression table
  • differentially expressed genes between two groups

Possible improvements:

  • single-end reads
  • include pre-made indeces of aligners to avoid construction
  • more preprocessing: adapter trimming, removal ribosomal RNA, ...
  • make salmon aligner decoy-aware
  • add test run option
  • add ext.args to config
  • add covariables to DGE analysis
  • add 3 or more group comparisons for DGE
  • add singularity, conda, etc ..
  • proper software versions output

Citations

An extensive list of references for the tools used by the pipeline can be found in the CITATIONS.md file.

You can cite the nf-core publication as follows:

The nf-core framework for community-curated bioinformatics pipelines.

Philip Ewels, Alexander Peltzer, Sven Fillinger, Harshil Patel, Johannes Alneberg, Andreas Wilm, Maxime Ulysse Garcia, Paolo Di Tommaso & Sven Nahnsen.

Nat Biotechnol. 2020 Feb 13. doi: 10.1038/s41587-020-0439-x.

Owner

  • Login: loipf
  • Kind: user

Citation (CITATIONS.md)

# nf-core/rnaseqdge: Citations

## [nf-core](https://pubmed.ncbi.nlm.nih.gov/32055031/)

> Ewels PA, Peltzer A, Fillinger S, Patel H, Alneberg J, Wilm A, Garcia MU, Di Tommaso P, Nahnsen S. The nf-core framework for community-curated bioinformatics pipelines. Nat Biotechnol. 2020 Mar;38(3):276-278. doi: 10.1038/s41587-020-0439-x. PubMed PMID: 32055031.

## [Nextflow](https://pubmed.ncbi.nlm.nih.gov/28398311/)

> Di Tommaso P, Chatzou M, Floden EW, Barja PP, Palumbo E, Notredame C. Nextflow enables reproducible computational workflows. Nat Biotechnol. 2017 Apr 11;35(4):316-319. doi: 10.1038/nbt.3820. PubMed PMID: 28398311.

## Pipeline tools

- [FastQC](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/)

  > Andrews, S. (2010). FastQC: A Quality Control Tool for High Throughput Sequence Data [Online].

- [MultiQC](https://pubmed.ncbi.nlm.nih.gov/27312411/)

  > Ewels P, Magnusson M, Lundin S, Käller M. MultiQC: summarize analysis results for multiple tools and samples in a single report. Bioinformatics. 2016 Oct 1;32(19):3047-8. doi: 10.1093/bioinformatics/btw354. Epub 2016 Jun 16. PubMed PMID: 27312411; PubMed Central PMCID: PMC5039924.

## Software packaging/containerisation tools

- [Anaconda](https://anaconda.com)

  > Anaconda Software Distribution. Computer software. Vers. 2-2.4.0. Anaconda, Nov. 2016. Web.

- [Bioconda](https://pubmed.ncbi.nlm.nih.gov/29967506/)

  > Grüning B, Dale R, Sjödin A, Chapman BA, Rowe J, Tomkins-Tinch CH, Valieris R, Köster J; Bioconda Team. Bioconda: sustainable and comprehensive software distribution for the life sciences. Nat Methods. 2018 Jul;15(7):475-476. doi: 10.1038/s41592-018-0046-7. PubMed PMID: 29967506.

- [BioContainers](https://pubmed.ncbi.nlm.nih.gov/28379341/)

  > da Veiga Leprevost F, Grüning B, Aflitos SA, Röst HL, Uszkoreit J, Barsnes H, Vaudel M, Moreno P, Gatto L, Weber J, Bai M, Jimenez RC, Sachsenberg T, Pfeuffer J, Alvarez RV, Griss J, Nesvizhskii AI, Perez-Riverol Y. BioContainers: an open-source and community-driven framework for software standardization. Bioinformatics. 2017 Aug 15;33(16):2580-2582. doi: 10.1093/bioinformatics/btx192. PubMed PMID: 28379341; PubMed Central PMCID: PMC5870671.

- [Docker](https://dl.acm.org/doi/10.5555/2600239.2600241)

  > Merkel, D. (2014). Docker: lightweight linux containers for consistent development and deployment. Linux Journal, 2014(239), 2. doi: 10.5555/2600239.2600241.

- [Singularity](https://pubmed.ncbi.nlm.nih.gov/28494014/)

  > Kurtzer GM, Sochat V, Bauer MW. Singularity: Scientific containers for mobility of compute. PLoS One. 2017 May 11;12(5):e0177459. doi: 10.1371/journal.pone.0177459. eCollection 2017. PubMed PMID: 28494014; PubMed Central PMCID: PMC5426675.

GitHub Events

Total
Last Year

Dependencies

.github/workflows/branch.yml actions
.github/workflows/ci.yml actions
  • actions/checkout v2 composite
.github/workflows/linting.yml actions
  • actions/checkout v2 composite
  • actions/checkout v1 composite
  • actions/setup-node v1 composite
  • actions/setup-python v1 composite
modules/nf-core/cat/fastq/meta.yml cpan
modules/nf-core/custom/tx2gene/meta.yml cpan
modules/nf-core/fastqc/meta.yml cpan
modules/nf-core/kallisto/index/meta.yml cpan
modules/nf-core/kallisto/quant/meta.yml cpan
modules/nf-core/multiqc/meta.yml cpan
modules/nf-core/salmon/quant/meta.yml cpan
modules/nf-core/star/align/meta.yml cpan
modules/nf-core/star/genomegenerate/meta.yml cpan
modules/nf-core/summarizedexperiment/summarizedexperiment/meta.yml cpan
modules/nf-core/tximeta/tximport/meta.yml cpan
subworkflows/nf-core/quantify_pseudo_alignment/meta.yml cpan
subworkflows/nf-core/utils_nextflow_pipeline/meta.yml cpan
subworkflows/nf-core/utils_nfcore_pipeline/meta.yml cpan
subworkflows/nf-core/utils_nfvalidation_plugin/meta.yml cpan
modules/nf-core/cat/fastq/environment.yml conda
  • coreutils 8.30.*
modules/nf-core/custom/tx2gene/environment.yml conda
  • python 3.9.5.*
modules/nf-core/fastqc/environment.yml conda
  • fastqc 0.12.1.*
modules/nf-core/kallisto/index/environment.yml conda
  • kallisto 0.48.0.*
modules/nf-core/kallisto/quant/environment.yml conda
  • kallisto 0.48.0.*
modules/nf-core/multiqc/environment.yml conda
  • multiqc 1.21.*
modules/nf-core/salmon/quant/environment.yml conda
  • salmon 1.10.1.*
modules/nf-core/star/align/environment.yml conda
  • gawk 5.1.0.*
  • htslib 1.18.*
  • samtools 1.18.*
  • star 2.7.10a.*
modules/nf-core/star/genomegenerate/environment.yml conda
  • gawk 5.1.0.*
  • htslib 1.18.*
  • samtools 1.18.*
  • star 2.7.10a.*
modules/nf-core/summarizedexperiment/summarizedexperiment/environment.yml conda
  • bioconductor-summarizedexperiment 1.32.0.*
modules/nf-core/tximeta/tximport/environment.yml conda
  • bioconductor-tximeta 1.20.1.*