Is it ok to map RNA-seq reads on prokaryotic reference genome with bowtie2 ?
Hi everyone, it is usually recommend to use TopHat to map reads on reference genome due to intron's reason. However there is no intron in prokaryotes.
So I would like to know if it is ok to use bowtie2 instead of TopHap under this condition?
Best
• 3,933 views
•
link
1 answer
It's OK to use bowtie2. However if this is something you will be doing a lot, then it would be good to have a comparison of both methods.
• 1 views
•
link
Log in to answer this question.
It is probably even better to use HISAT2:
HISAT, HISAT2, and TopHat2 are splice aware aligners. The OP is not interested in splicing-aware aligners, hence the question being about bowtie2 and not Tophat, which he has rightly eliminated as being inappropriate already..
It probably wouldn't make much of a difference on the final result.
Anyway, from HISAT2 site: