Hi everyone,
We have rna-seq data from our samples in mouse. The reads are paired end reads each of 76bp length. We wanted to detect fusions in them using Tophat fusion. We already know certain major fusions that exist between two chromosomes by FISH,SKY etc. So, we want to test tophat fusion if it can detect the same for us. I get the output of tophat fusion and tophat fusion post but the important fusion is still missing. I wanted to know if I am doing something wrong as I am not experienced in using the fusion search in tophat.
I am providing the code that i used to run it. Kindly let me know if I should change it and try.
Here is the options I used :
tophat2 -o tophat_out --fusion-min-dist 100000 --fusion-search --keep-fasta-order --bowtie1 --no-coverage-search --mate-inner-distance 11 --mate-std-dev 57 --fusion-ignore-chromosomes chrM -p 8 /path/to/bowtie/mm9 seq1 seq2
Any help is much appreciated.
Thanks,
Himanshu
We have rna-seq data from our samples in mouse. The reads are paired end reads each of 76bp length. We wanted to detect fusions in them using Tophat fusion. We already know certain major fusions that exist between two chromosomes by FISH,SKY etc. So, we want to test tophat fusion if it can detect the same for us. I get the output of tophat fusion and tophat fusion post but the important fusion is still missing. I wanted to know if I am doing something wrong as I am not experienced in using the fusion search in tophat.
I am providing the code that i used to run it. Kindly let me know if I should change it and try.
Here is the options I used :
tophat2 -o tophat_out --fusion-min-dist 100000 --fusion-search --keep-fasta-order --bowtie1 --no-coverage-search --mate-inner-distance 11 --mate-std-dev 57 --fusion-ignore-chromosomes chrM -p 8 /path/to/bowtie/mm9 seq1 seq2
Any help is much appreciated.
Thanks,
Himanshu
Comment