-
Notifications
You must be signed in to change notification settings - Fork 14
Home
ROP discovers the source of unmapped reads, which originated from complex RNA molecules, recombinant B and T cell receptors and microbial communities.
Download ROP using
github clone /~https://github.com/smangul1/rop.git
Install ROP from the base directory
cd rop
./install.sh
Download reference database
python getDB.py ~/
Run ROP analysis by a single command
python rop.py example/unmappedExample.fastq example/ropOut/
Find ROP analysis in example/ropOut/
directory. Learn more about ROP output here
Use the sidebar on the right to navigate ROP tutorial.
ROP is a computational protocol aimed to discover the source of all unmapped, which originate from complex RNA molecules, recombinant B and T cell receptors and microbial communities. We have tested ROP on 1 trillion reads from 10641 RNA-Seq samples across at least 54 tissues and 2630 individuals. The ROP accounts for 99.9% of all reads, compared to 82.9% by conventional mapping-based protocols. ROP is able to profile:
- repeats
- hyper-edited RNAs
- circRNAs, gene fusions, trans-splicing events
- recombined B and T cell receptor repertoires
- microbial communities
The 'dumpster diving' profile of unmapped reads output by our method is not limited to RNA-Seq technology and may be applied to whole-exome and whole-genome sequencing.
Please do not hesitate to contact us (smangul@ucla.edu) if you have any comments, suggestions, or clarification requests regarding the tutorial or if you would like to contribute to this resource.
Don’t let your unmapped reads go to waste
- Main
- About ROP Tutorial
- What is ROP?
- How ROP works?
- How to prepare unmapped reads
- How to customize tools used by ROP
- Unix Tutorial
- Get started
- Targeted analysis
- ROP analysis: one RNA-Seq sample
- How to run ROP for mouse
- ROP analysis via qsub
- ROP analysis of multiple samples via qsub array
- Immune profiling by ROP (ImReP)
- ImRep across multiple samples
- ROP input details
- ROP output details
- Source of every last read
- Additional options
- How to calculate immune diversity?
- How to run hyper editing pipeline?