Related Experiment Video
Updated: Jul 14, 2025

07:08
Optimization of Synthetic Proteins: Identification of Interpositional Dependencies Indicating Structurally and/or Functionally Linked Residues
Published on: July 14, 2015
7.3K
Exploring Scalable Parallelization for Edit Distance-Based Motif Search
IEEE/ACM Transactions on Computational Biology and Bioinformatics
|October 10, 2023
Summary
This study introduces SPEMS, a parallel algorithm for Edit Distance-Based Motif Search (EMS). SPEMS offers scalable solutions for motif discovery in large biological datasets, achieving significant speedups while managing memory usage.
Area of Science:
- Bioinformatics
- Computational Biology
- Algorithm Design
Background:
- Motif searching is vital for extracting biological insights from rapidly growing datasets.
- The NP-hard nature of general motif searching necessitates efficient algorithms.
- Existing methods struggle with the scale and speed demands of modern biological data analysis.
Purpose of the Study:
- To develop scalable and efficient parallel algorithms for Edit Distance-Based Motif Search (EMS).
- To introduce practical parallelization strategies that optimize for speed and/or memory usage.
- To evaluate the performance of the proposed methods on real-world biological data.
Main Methods:
- Implementation of two parallel designs: recursEMS (parallel recursion tree) and parEMS (thread-based).
- Development of SPEMS (Scalability-sensitive Parallel solver for EMS) to provide adaptive parallelization.
- Evaluation using two real-world DNA datasets: TRANSFAC and ChIP-seq on a 48-core machine.
Main Results:
- SPEMS achieves up to 10x geometric mean speedup over state-of-the-art methods, with memory overheads.
- Alternatively, SPEMS provides 2.2x geometric mean speedup with potential memory savings.
- The solver offers flexible parallelization, balancing performance and space efficiency.
Conclusions:
- SPEMS presents a practical and scalable solution for Edit Distance-Based Motif Search.
- The algorithm effectively addresses the computational challenges posed by large biological datasets.
- SPEMS demonstrates significant performance improvements in motif discovery, adaptable to different resource constraints.
Related Concept Videos
Multi-species Conserved Sequences
3.9K
Next-generation sequencing technologies have created large genomic databases of a variety of animals and plants. Ever since the human genome project was completed, scientists studied the genome of primates, mammals, and other phylogenetically distant living beings. Such large-scale studies have provided new insights into the evolutionary relationship between organisms.
Although the genome of each species varies greatly from each other, a few sequences are highly conserved. Such conserved...
Although the genome of each species varies greatly from each other, a few sequences are highly conserved. Such conserved...
3.9K
Conservation of Protein Domains Over Different Proteins
10.9K
Protein domains are small structurally independent units that are part of a single amino acid chain. Although these domains are often structurally independent, they may rely on synergistic effects to perform their functions as part of a larger protein. Protein domains may be conserved within the same organism, as well as across different organisms.
A limited set of protein domains often duplicate and recombine during evolution. These domains can be organized in different combinations to...
A limited set of protein domains often duplicate and recombine during evolution. These domains can be organized in different combinations to...
10.9K

