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?
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?
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
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.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
+1. For instance, a very commonly used splice-aware aligner is TopHat2. It uses bowtie2 for basic alignment then analyzes the mapping results to identify splice junctions between exons.