Which Aligner Is Most Suited For Viral Rna-Seq Data?
I have a RNA-seq data for viral genome and would like to see expression of UT vs treated samples. I was wondering which alignment should I be using regular Bowtie or BWA. I personally feel TopHat will not be good choice for Viral RNA-seq but not sure. Any suggestion please.
Thanks
Kanwar
• 4,729 views
•
link
3 answers
The differences between the two aligners will be tiny, so just use the one you are most familiar with.
• 0 views
•
link
I would recommend segemehl, since it can map split-reads. This way you can find circularized RNAs, which is very interesting, especially in viruses.
• 0 views
•
link
Bowtie 2 worked great
• 0 views
•
link
Log in to answer this question.
Since viruses are small why not try all three methods and see what works best? I just used bowtie 2 for a dsDNA virus and it worked well.