Related Experiment Video
Updated: Jun 7, 2025

16:41
A Protocol for Computer-Based Protein Structure and Function Prediction
Published on: November 3, 2011
68.6K
TSTA: thread and SIMD-based trapezoidal pairwise/multiple sequence-alignment method
Peiyu Zong1,2, Wenpeng Deng1,2, Jian Liu2
1Hubei Key Laboratory of Agricultural Bioinformatics, College of Informatics, Huazhong Agricultural University, Wuhan, 430070, China.
Gigabyte (Hong Kong, China)
|November 14, 2024
Summary
The Needleman-Wunsch algorithm for sequence alignment is time-consuming. The new TSTA algorithm uses parallelism to significantly speed up pairwise and multiple sequence alignments.
Area of Science:
- Bioinformatics
- Computational Biology
- Genomics
Background:
- Advancements in DNA sequencing generate large datasets, requiring efficient sequence alignment.
- The Needleman-Wunsch algorithm provides global sequence alignment but is computationally intensive.
- Existing methods struggle to keep pace with the increasing length and volume of sequencing data.
Purpose of the Study:
- To develop a more efficient algorithm for sequence alignment.
- To address the computational bottleneck of traditional dynamic programming methods.
- To accelerate both pairwise and multiple sequence alignment tasks.
Main Methods:
- The study proposes the TSTA algorithm, which utilizes both vector-level and thread-level parallelism.
- The algorithm is designed to optimize the dynamic programming matrix calculation.
- Implementation details and performance benchmarks are discussed.
Main Results:
- The TSTA algorithm demonstrates significant speedups in sequence alignment tasks compared to existing methods.
- Parallelism effectively reduces the computational time for aligning long sequences.
- The algorithm shows scalability for both pairwise and multiple sequence alignment.
Conclusions:
- The TSTA algorithm offers a substantial improvement in efficiency for sequence alignment.
- Leveraging parallelism is crucial for handling large-scale genomic data.
- The developed algorithm provides a valuable tool for modern bioinformatics research.
Related Concept Videos
Peptide Identification Using Tandem Mass Spectrometry
6.4K
Tandem mass spectrometry, also known as MS/MS or MS2, is an analytical technique that employs two mass analyzers. Essentially it is a series of mass spectrometers that helps isolate a particular biomolecule and then helps study its chemical properties.
This technique helps gather information regarding the protein from which the peptide was obtained and to study the peptides’ amino acid sequence. Identifying peptides from a complex mixture is an important component of the growing field of...
This technique helps gather information regarding the protein from which the peptide was obtained and to study the peptides’ amino acid sequence. Identifying peptides from a complex mixture is an important component of the growing field of...
6.4K
Evolutionary Relationships through Genome Comparisons
5.7K
Genome comparison is one of the excellent ways to interpret the evolutionary relationships between organisms. The basic principle of genome comparison is that if two species share a common feature, it is likely encoded by the DNA sequence conserved between both species. The advent of genome sequencing technologies in the late 20th century enabled scientists to understand the concept of conservation of domains between species and helped them to deduce evolutionary relationships across diverse...
5.7K

