Ribosome Profiling pipeline is for processing Ribo-seq data. It accepts an adapter sequence for adapter removal and a fastq file(s) from Ribo-Seq experiment. It uses STAR aligner to ncRNA removal and rRNA mapping. Main features:
- To measure readthrough of stop codons genome-wide; average gene (metagene) analysis is performed by aligning all transcripts at their annotated stop codons and calculating normalized ribosome densities in this window.
- To evaluate Stop codon readthrough on a per transcript basis; Ribosome ReadThrough Score (RRTS) is calculated which is the density of ribosomes in the region of the 3′UTR between the Normal Termination Codons and the first in-frame 3′TC, and divided this value by the density of ribosomes in the CDS for every annotated transcript.
This pipeline adapted from following study: Paper and Code
- If you use DolphinNext in your research, please cite: Yukselen, O., Turkyilmaz, O., Ozturk, A.R. et al. DolphinNext: a distributed data processing platform for high throughput genomics. BMC Genomics 21, 310 (2020). https://doi.org/10.1186/s12864-020-6714-x
- Wangen, J.R., and Green, R. (2020). Stop codon context influences genome-wide stimulation of termination codon readthrough by aminoglycosides. Elife 9. 2020;9:e52611.
- For Quality Control, we use FastQC to create qc outputs.
- Adapter Removal: Adapter removal is performed by trimmomatic.
- There are optional read quality filtering (trimmomatic) and read quality trimming (trimmomatic) processes available after adapter removal.
- ncRNA removal: noncoding sequences (Mt_rRNA, Mt_tRNA, rRNA, miRNA, scRNA, scaRNA, snoRNA, snRNA, sRNA, vaultRNA) removed by STAR.
- STAR genome alignment: Remaining reads were mapped to the genome using STAR.
- Separate density files for each read length around 15-40 nuc. created.
- Metagene around the first inframe start/stop codon is created.
- By using density files, normalized reads around the start/stop codon plotted.
- Codon occupancies relative to the control sample plotted.
- Read size distributions for each region of an mRNA plotted.
- Transcripts sorted by stop codon identity and measured RRTS values for all transcripts.
- Reads: Specify the location of your input FastQ file. Need Help?
- Adapter Sequence: Please enter the adapter sequence(s) in the settings of
run_Adaper_Removal
.
- fastqc=0.11.8
- star=2.6.1d
- samtools=1.6
- multiqc=1.7
- trimmomatic=0.39
- bedtools=2.27.1
- pandas=0.22.0
- ucsc-fatotwobit=377
- argparse=1.4.0
- pysam=0.13
- scipy=1.0.1
- statsmodels=0.9.0
- twobitreader=3.1.4
- pathos=0.2.1
- matplotlib=2.2.2
- seaborn=0.9.0
- logomaker=0.8
- scikit-learn=0.20.3
- r-ggplot2=2.2.1
- r-plyr=1.8.4
- r-reshape2=1.4.3
- r-scales=0.5.0
- xtail=1.1.5
To start using the dolphinnext/ribosome-profiling pipeline please go to DolphinNext Web page and click run button.
To install and start using the dolphinnext/ribosome-profiling pipeline by using command line, please follow these steps: Installation .