Entering edit mode
12.0 years ago
KS
▴
380
Hello,
I am analyzing RNA-Seq data of cancer patients using Galaxy Tools. Could any one let me know how to find out CNS or mutations or any indel variants?
Thanks a lot
Kat
Have you used an RNA-seq alignment algorithm that can detect gaps (indels) to map your reads?
Yes, I did use Tophat in Galaxy for alignment..
Tophat in galaxy is version 1.x, I believe, so it does not allow indels (since it relies on bowtie and not bowtie2)--http://wiki.galaxyproject.org/Admin/Tools/Tool%20Dependencies. You might want to use tophat2, gsnap, or RUM as other alternatives.