This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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

rna-seq

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.

3 answers

The differences between the two aligners will be tiny, so just use the one you are most familiar with.

I would recommend segemehl, since it can map split-reads. This way you can find circularized RNAs, which is very interesting, especially in viruses.

Bowtie 2 worked great

Log in to answer this question.