Complete workflow from Ribo-seq FASTQ to translation efficiency and ORF detection.
# CLI tools
conda install -c bioconda cutadapt bowtie2 star sortmerna
# Python
pip install plastid ribocode
# R
BiocManager::install('riborex')- "Analyze my Ribo-seq data from FASTQ to translation efficiency"
- "Run the ribosome profiling pipeline"
- "Detect translated ORFs from my Ribo-seq"
"Run the complete Ribo-seq pipeline"
"Calculate translation efficiency from my ribosome profiling data"
"Just run P-site calibration"
"Detect novel ORFs from my Ribo-seq data"
- Trim adapters and filter by size
- Remove rRNA contamination
- Align to transcriptome
- Calibrate P-site offsets
- Calculate translation efficiency
- Call translated ORFs
- Generate QC reports
- Read length - 28-30nt typical for ribosome-protected fragments
- 3-nt periodicity - Key QC metric; should see strong triplet periodicity
- P-site offset - Usually 12-13nt from 5' end for 28-30nt reads
- rRNA removal - Critical; >80% can be rRNA in raw data
- Paired RNA-seq - Required for translation efficiency calculation