YangLab / CIRCexplorer

A combined strategy to identify circular RNAs (circRNAs and ciRNAs) (Zhang et al., Complementary Sequence-Mediated Exon Circularization, Cell (2014), 159:134-147)
http://yanglab.github.io/CIRCexplorer
Other
60 stars 23 forks source link

Paired End Date #5

Closed fcgportal closed 7 years ago

fcgportal commented 9 years ago

Hi, Thanks for providing such a great tool! Just wondering did CIRCexplorer support paired end data? TopHat can align paired-end reads, but when I convert unmapped reads to PE fastq after sorted and indexed the bam file, there were very few reads converted successfully. But if I merged two paired end fastq (R and L) to give a single fastq file, CIRCexplorer worked good. One more thing, can CIRCexplorer do secondary analysis of Chimeric.out.sam (output fusion detection data from RNA-STAR)? I tried to convert Chimeric.out.sam to Chimeric.out.bam, and input the bam file to CIRCexplorer, but I got nothing. I compared the output files from TopHat-Fusion and rna-star, they are very similar to each other, and it is kind of strange that CIRCexplorer got nothing from Chimeric.out.bam. Thanks again for the effor to make the tools avaiable to bioinformatics community.

kepbod commented 9 years ago

Just wondering did CIRCexplorer support paired end data?

I knew some circular RNA prediction methods take advantage of PE sequencing to further confirm the annotation of circular RNAs, but for CIRCexplorer, we now treat all the data as single fastq file. we may add more supports for PE data afterwards.

One more thing, can CIRCexplorer do secondary analysis of Chimeric.out.sam (output fusion detection data from RNA-STAR)?

CIRCexplorer extracts fusion junction reads using special flags (XF) in the bam file offered by TopHat-Fusion. I think RNA-STAR did not offer these flags. So CIRCexplorer now only support TopHat-Fusion. We may support more fusion mappers afterwards.

kepbod commented 8 years ago

Add support for PE reads. Refer to https://github.com/huboqiang/TanglabCircularRNAPipeline

kepbod commented 7 years ago

Refer to CIRCexplorer2