CIRCfinder is a pipeline to map junction reads for circular intronic RNAs (ciRNAs). Using this pipeline, you could determine the exact boundaries of interested ciRNAs, so that you could do further characterizations for them.
- Not specific to certain cell line/tissue/species
- Not specific to certain RNA-seq technology (length/sequencing platform)
- Effective and efficient to map junction reads
usage: CIRCfinder.py [-h] [-v] --intron_region INTRON --tophat_folder FOLDER
[--out_folder OUT] [--debug] [--length LENGTH]
Pipeline to map junction reads for ciRNAs
optional arguments:
-h, --help show this help message and exit
-v show program's version number and exit
--intron_region INTRON see example file in test folder
--tophat_folder FOLDER
--out_folder OUT
--debug
--length LENGTH read length, default: 100
Please add the CIRCfinder directory to your $PATH first. You could find examples in the test folder
You should get result file boundary_read.txt under the CIRCfinder_out folder by default. In addition, you could also run run_test.sh under the test folder to carry out the whole analysis on example data.
- Interested intron regions that may contain ciRNAs
- Poly(A)- RNA-seq dataset for your interested cell line/tissue/species (RNase R treatment is recommended)
- TopHat v2.0.9
- Bowtie 0.12.9
- bedtools v2.17.0
- pysam 0.6
Copyright (C) 2014-2016 YangLab. See the LICENSE file for license rights and limitations (MIT).