Home

Awesome

quantiseq-nf

Nextflow pipeline to run software quanTIseq in parallel to quantify immune cell content from RNA-seq data

CircleCI https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg

workflow

Description

This Nextflow pipeline uses the singularity image of quanTIseq to launch the quanTIseq pipeline that performs immune cell quantification of 10 cell types from RNA-seq data. See https://icbi.i-med.ac.at/software/quantiseq/doc/ for general information about quanTIseq and the companion article Finotello, et al. Molecular and pharmacological modulators of the tumor immune contexture revealed by deconvolution of RNA-seq data. Genome Med. 2019;11:34. https://doi.org/10.1186/s13073-019-0638-6

Dependencies

  1. Nextflow : for common installation procedures see the IARC-nf repository.
  2. singularity

Input

TypeDescription
--input_foldera folder with RNA-seq fastq files

Parameters

NameDefault valueDescription
--output_folder.Output folder for results
--cpu1number of CPUs
--mem2memory
--fastq_extfq.gzextension of fastq files
--suffix1_1suffix for second element of read files pair
--suffix2_2suffix for second element of read files pair
--imagenullsingularity image

Note that if no singularity image is provided, the image is pulled from singularity hub. If the pipeline is reused frequently, it might be more efficient to pull the image manually with the command:

singularity pull quantiseq2.img IARCbioinfo/quantiseq-nf:v1.1

and then to provide the path to quantiseq2.img as a parameter.

Usage

nextflow run iarcbioinfo/quantiseq-nf -r v1.1 --input_folder input --output_folder output --image quantiseq2.img

Output

TypeDescription
quanTIseq_cell_fractions_matrix.txta matrix with cell fractions (columns) for each sample (row)
quanTIseq_gene_tpm_matrix.txta matrix with gene counts (rows) for each sample (column)
intermediate_results/quantiseqResults_samplea folder with quanTIseq results

For each sample, a folder is created in folder intermediate_results with the two quanTIseq output files (see https://icbi.i-med.ac.at/software/quantiseq/doc/ for details):

Directed Acyclic Graph

With default options

DAG

Contributions

NameEmailDescription
Tiffany DelhommeDelhommet@student.iarc.frDeveloper
Nicolas Alcala*AlcalaN@iarc.frDeveloper to contact for support