Hi all,
I'm currently trying to find gene fusions with PE RNA-seq data thanks to Tophat Fusion.
I have difficulties to understand some fields of the output.
In the tophat manual it is written:
"nbSpanningReads" is the number of reads that span the fusion, "nbSpanningPairs" is the number of mate pairs that support the fusion, "nbSpanningPairsInFusion" is the number of mate pairs that support the fusion and whose one end spans the fusion.
Does it mean that the reads of nbSpanningReads
are not paired? (considering that nbSpanningPairsInFusion
have reads spanning the fusion)
Are nbSpanningPairs
and nbSpanningPairsInFusion
independent?
Thank you in advance for your ideas.
Have you used tophat fusion for mouse?
I always get empty results after run tophat fusion post? and whether tophat fusion is just for paired-end data?
Hi,
I'm currently working on human data.
I found that tophat-fusion post is very stringent, maybe you should use tophat-fusion and filter the results by yourself to find something.
And tophat fusion can use both paired-end and single-end data.
Filter the results by myself? it is difficult for me.
I can get results on my human data, but get nothing for my mouse data.
Can you give some advice?
And it is too difficult for me to filter the results by myself.
Either you try tophat post again with the least stringent parameters (the documentation is here : ( http://ccb.jhu.edu/software/tophat/fusion_manual.html )
Or if you want to try to filter the results from tophat fusion with the command:
with X the minimum of spanning reads supporting the fusions
Thank you very much, but I can't get the name of gene.
To get the names of genes you have to compare your fusion position with the right genome annotation.