A RNAseq pipeline from raw reads to feature counts
Project description
This is is the RNA-seq pipeline from the Sequana project
- Overview:
RNASeq analysis from raw data to feature counts
- Input:
A set of Fastq Files and genome reference and annotation.
- Output:
MultiQC and HTML reports, BAM and bigwig files, feature Counts, script to launch differential analysis
- Status:
Production.
- Citation(sequana):
Cokelaer et al, (2017), ‘Sequana’: a Set of Snakemake NGS pipelines, Journal of Open Source Software, 2(16), 352, JOSS DOI doi:10.21105/joss.00352
- Citation(pipeline):
Installation
sequana_rnaseq is based on Python3, just install the package as follows:
pip install sequana_rnaseq –upgrade
You will need third-party software such as bowtie2/star. Please see below for details.
Usage
sequana_rnaseq --help sequana_rnaseq --input-directory DATAPATH --genome-directory genome --aligner star
This creates a directory with the pipeline and configuration file. You will then need to execute the pipeline:
cd rnaseq sh rnaseq.sh # for a local run
This launch a snakemake pipeline. If you are familiar with snakemake, you can retrieve the pipeline itself and its configuration files and then execute the pipeline yourself with specific parameters:
snakemake -s rnaseq.rules -c config.yaml --cores 4 --stats stats.txt
Or use sequanix interface.
Requirements
This pipelines requires lots of third-party executable(s). Here is a list that may change. A Message will inform you would you be missing an executable:
bowtie
bowtie2>=2.4.2
STAR
featureCounts (subread package)
picard
multiqc
samtools
Note that bowtie>=2.4.2 is set to ensure the pipeline can be used with python 3.7-3.8-3.9 and the sequana-wrappers that supports bowtie2 with option –threads only (not previous versions). See environment.yaml or conda.yaml for latest list of required third-party tools.
You can install most of the tools using damona:
damona create --name sequana_tools damona activate sequana_tools damona install sequana_tools
Or use the conda.yaml file available in this repository. If you start a new environment from scratch, those commands will create the environment and install all dependencies for you:
conda create --name sequana_env python 3.7.3 conda activate sequana_env conda install -c anaconda qt pyqt>5 pip install sequana pip install sequana_rnaseq conda install --file https://raw.githubusercontent.com/sequana/rnaseq/main/conda.yaml
For Linux users, we provide singularity images available through within the damona project (https://damona.readthedocs.io).
To use apptainer, initialise the pipeline with the –use-singularity option and everything should be downloaded automatically for you, which also guarantees reproducibility:
sequana_rnaseq –input-directory data –use-singularity –genome-directory ….
Details
This pipeline runs a RNA-seq analysis of sequencing data. It runs in parallel on a set of input FastQ files (paired or not). A brief HTML report is produced together with a MultiQC report.
This pipeline is complex and requires some expertise for the interpretation. Many online-resources are available and should help you deciphering the output.
Yet, it should be quite straigtforward to execute it as shown above. The pipeline uses bowtie1 to look for ribosomal contamination (rRNA). Then, it cleans the data with cutapdat if you say so (your data may already be pre-processed). If no adapters are provided (default), reads are trimmed for low quality bases only. Then, mapping is performed with standard mappers such as star or bowtie2 (–aligner option). Finally, feature counts are extracted from the previously generated BAM files. We guess the strand and save the feature counts into the directoy ./rnadiff/feature_counts.
The pipelines stops there. However, RNA-seq analysis are followed by a different analysis (DGE hereafter). Although the DGE is not part of the pipeline, you can performed it with standard tools using the data in ./rnadiff directory. One such tool is provided within our framework (based on the well known DEseq2 software).
Using our framework:
cd rnadiff sequana rnadiff --design design.csv --features all_features.out --annotation ANNOT \ --feature-name FEAT --attribute-name ATTR
where ANNOT is the annotation file of your analysis, FEAT and ATTR the attribute and feature used in your analysis (coming from the annotation file).
This produces a HTML repot summarizing you differential analysis.
Rules and configuration details
Here is the latest documented configuration file to be used with the pipeline. Each rule used in the pipeline may have a section in the configuration file.
Issues
In the context of eukaryotes, you will need 32G of memory most probably. If this is too much, you can try to restrict the memory. Check out the config.yaml file in the star section.
Changelog
Version |
Description |
---|---|
0.19.2 |
|
0.19.1 |
|
0.19.0 |
|
0.18.1 |
|
0.18.0 |
|
0.17.2 |
|
0.17.1 |
|
0.17.0 |
|
0.16.1 |
|
0.16.0 |
|
0.15.2 |
|
0.15.1 |
|
0.15.0 |
|
0.14.2 |
|
0.14.1 |
|
0.14.0 |
|
0.13.0 |
|
0.12.1 |
|
0.12.0 |
|
0.11.0 |
|
0.10.0 |
|
0.9.20 |
|
0.9.19 |
|
0.9.18 |
|
0.9.17 |
|
0.9.16 |
|
0.9.15 |
|
0.9.14 |
|
0.9.13 |
|
0.9.12 |
|
0.9.11 |
|
0.9.10 |
|
0.9.9 |
|
0.9.8 |
|
0.9.7 |
|
0.9.6 |
|
0.9.5 |
|
0.9.4 |
|
0.9.3 |
if a fastq_screen.conf is provided, we switch the fastqc_screen section ON automatically |
0.9.0 |
Major refactorisation.
|
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sequana_rnaseq-0.19.2.tar.gz
.
File metadata
- Download URL: sequana_rnaseq-0.19.2.tar.gz
- Upload date:
- Size: 81.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f209b61030936449780653794cb9c1bb04d5d5d8d1460270b3cc04ebf124e69d |
|
MD5 | 7a63b8b6f82339e130a5f791c5c80979 |
|
BLAKE2b-256 | b49d5549e7242b137befe0a8294b85f67404e37bfef829e519c0de5392aca432 |
Provenance
File details
Details for the file sequana_rnaseq-0.19.2-py3-none-any.whl
.
File metadata
- Download URL: sequana_rnaseq-0.19.2-py3-none-any.whl
- Upload date:
- Size: 80.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c11a41d0c57a75c76e10543c3e2e9ac87d2ce8c4b0575e354f51b413ae03c2c |
|
MD5 | c005516e9d81303dd0ac0d005546f8b9 |
|
BLAKE2b-256 | 94db528ec4d4f94ec14166a40a0cbcaefee63ab14f580a0144d0045f04fa2d7b |