Related Experiment Video
Updated: Mar 8, 2026

Targeted DNA Methylation Analysis by Next-generation Sequencing
Published on: February 24, 2015
A fast read alignment method based on seed-and-vote for next generation sequencing
Song Liu1,2, Yi Wang3, Fei Wang4,5
1Shanghai Key Lab of Intelligent Information Processing, Shanghai, China.
Background:
The next-generation of sequencing technologies, along with the development of bioinformatics, are generating a growing number of reads every day. For the convenience of further research, these reads should be aligned to the reference genome by read alignment tools. Despite the diversity of read alignment tools, most have no comprehensive advantage in both accuracy and speed. For example, BWA has comparatively high accuracy, but its speed leaves much to be desired, becoming a bottleneck while an increasing number of reads need to be aligned every day. We believe that the speed of read alignment tools still has huge room for improvement, while maintaining little to no loss in accuracy.
Results:
Here we implement a new read alignment tool, Fast Seed-and-Vote Aligner (FSVA), which is based on seeding and voting. FSVA achieves a high accuracy close to BWA and simultaneously has a very high speed. It only requires ~10-15 CPU hours to run a whole genome read alignment, which is ~5-7 times faster than BWA.
Conclusions:
In some cases, reads have to be aligned in a short time. Where requirement of accuracy is not very stringent, FSVA would be a promising option. FSVA is available at https://github.com/Topwood91/FSVA.
Related Concept Videos
Next-generation Sequencing
Next-Generation Sequencing Methods
Although all next-generation methods use different technologies, they all share a set of standard features....
RNA-seq
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while...
Genome Annotation and Assembly
Sanger Sequencing

