Jan
14
Transcriptome sequencing (RNA-Seq) overcomes limitations of previously used RNA quantification methods and provides one experimental framework for both high-throughput characterization and quantification of transcripts at the nucleotide level. The first step and a major challenge in the analysis of such experiments is the mapping of sequencing reads to a transcriptomic origin including the identification of splicing events. In recent years, a large number of such mapping algorithms have been developed, all of which have in common that they require algorithms for aligning a vast number of reads to genomic or transcriptomic sequences. Although the FM-index based aligner Bowtie has become a de facto standard within mapping pipelines, a much larger number of possible alignment algorithms have been developed also including other variants of FM-index based aligners. Accordingly, developers and users of RNA-seq mapping pipelines have the choice among a large number of available alignment algorithms.
To provide guidance in the choice of alignment algorithms for these purposes, researchers at Heidelberg University, Germany evaluated the performance of 14 widely used alignment programs from three different algorithmic classes: algorithms using either hashing of the reference transcriptome, hashing of reads, or a compressed FM-index representation of the genome. Here, special emphasis was placed on both precision and recall and the performance for different read lengths and numbers of mismatches and indels in a read. Their results clearly showed the significant reduction in memory footprint and runtime provided by FM-index based aligners at a precision and recall comparable to the best hash table based aligners. Furthermore, the recently developed Bowtie 2 alignment algorithm shows a remarkable tolerance to both sequencing errors and indels, thus, essentially making hash-based aligners obsolete.
Lindner R, Friedel CC (2012) A Comprehensive Evaluation of Alignment Algorithms in the Context of RNA-Seq. PLoS ONE 7(12), e52403. [article]
Incoming search terms:
- rna-seq mapping algorithm
- star aligns rna-seq
- star vs bowtie rnaseq
- rna-seq algorithms
- hash table rna
- STAR Aligner bowtie
- rna seq bacteria bowtie cufflinks
- star alignment rna seq
- star ranseq bowtie
- star vs bowtie read mapping
Comments
2 Responses to “A Comprehensive Evaluation of RNA-Seq Alignment Algorithms”
Leave a Reply


.png)









Looks like they didn’t cover STAR, which is what I’ve been using lately.
http://bioinformatics.oxfordjournals.org/content/early/2012/10/25/bioinformatics.bts635.abstract
http://code.google.com/p/rna-star/
Unfortunately missing data for GSNAP and STAR, arguable two of the most interesting OSS aligners out there today …