Hi,
I have paired-end HiSeq2000 RNASeq data for some fungal pathogen and fungus-plant interaction. 1. Which one is a better tool to map such data- bowtie2 or bwa?
- Is there any tool other better suited for such data?
6 answers
If you are starting a new project, you may want to give hisat2 a try. Tophat2 is most often used, but hisat2 is from the same group and will replace Tophat2.
Any NGS aligner should work for this purpose if this is WGS data. If you have RNAseq data then you would want to use a splice-aware aligner.
May be: Blat, TopHat, SpliceMap, MapSplice, or GSNAP. TopHat based on bowtie2, others I don't know.
RNA-Seq also implemented in Unipro UGENE software with using TopHat. https://ugene.unipro.ru/wiki/display/WDD21/RNA-seq+Analysis+with+Tuxedo+Tools
Thanks for your suggestions.
Segemehl and Star are two really good aligners out there for RNA-seq data, which demands not-only splice awareness but precision too. Tophat2 has a really good downstream-analysis pipeline for later use.
Log in to answer this question.