This is a test version of Biostars. For the public version, visit https://www.biostars.org.
What are the best tools for mapping RNASeq paired-end data (HiSeq2000) for fungal genomes?

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?

  1. Is there any tool other better suited for such data?
rna-seq hi-seq fungal genome

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.

+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.

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.

@Rohit Thanks for your reply.

In future please use the "Add comment" button under the post you are trying to respond to instead of using "submit answer" since this comment is not a new answer.

ok, thanks. will keep that in mind.

Log in to answer this question.