Related Experiment Video
Updated: Mar 28, 2026

13:51
Cross-Modal Multivariate Pattern Analysis
Published on: November 9, 2011
20.6K
OMPPM: online multiple palindrome pattern matching
1Department of Computer Science, Yonsei University, Seoul 120-749, Republic of Korea.
Bioinformatics (Oxford, England)
|December 19, 2015
Summary
This study introduces palindrome pattern matching for analyzing biological sequences. Efficient algorithms are developed for finding pal-equivalent patterns in DNA, RNA, and protein sequences.
Area of Science:
- Bioinformatics
- Computational Biology
- Stringology
Background:
- Palindromic structures are crucial in analyzing biological sequences like DNA, RNA, and proteins.
- Identifying palindromes aids in understanding sequence function and evolution.
- The concept of pal-equivalence extends palindrome analysis to comparing sequence segments.
Purpose of the Study:
- To address the palindrome pattern matching problem for biological sequences.
- To develop efficient algorithms for finding pal-equivalent patterns.
- To extend the solution for single patterns to multiple patterns.
Main Methods:
- Developed an online algorithm for single pattern palindrome matching.
- Achieved O(m^2) preprocessing time and O(mn) query time.
- Extended the approach to handle multiple patterns efficiently.
Main Results:
- The single pattern algorithm uses O(m^2) space.
- The multiple pattern algorithm achieves O(M + mk*c) preprocessing time and O(M + mk*c) query time.
- Algorithms are available for public use.
Conclusions:
- Efficient algorithms for palindrome pattern matching have been developed.
- The methods are applicable to large-scale biological sequence analysis.
- The provided algorithms facilitate research in bioinformatics and computational biology.
More Related Videos
Related Concept Videos
Sign Test for Matched Pairs
460
The sign test for matched pairs offers a robust method for comparing two paired samples, often for the effects of an intervention in one of them. This method is very useful in situations where the underlying distribution of the data is unknown. The test compares two related samples—often pre- and post-treatment measurements on the same subjects—to determine if there are significant differences in their median values.
To conduct the sign test, we first calculate the differences in...
To conduct the sign test, we first calculate the differences in...
460
Wilcoxon Signed-Ranks Test for Matched Pairs
586
The Wilcoxon signed-rank test for matched pairs evaluates the null hypothesis by combining the ranks of differences with their signs. It essentially tests whether the median of the differences in a population of matched pairs is zero. Since the test incorporates more information than the sign test, it generally yields more trustable conclusions. This test also does not require the data to follow a normal distribution, but two conditions must be met for it to be applicable: (1) the data must...
586
Mismatch Repair
45.0K
Overview
45.0K
Mismatch Repair
7.0K
Organisms are capable of detecting and fixing nucleotide mismatches that occur during DNA replication. This sophisticated process requires identifying the new strand and replacing the erroneous bases with correct nucleotides. Mismatch repair is coordinated by many proteins in both prokaryotes and eukaryotes.
The Mutator Protein Family Plays a Key Role in DNA Mismatch Repair
The human genome has more than 3 billion base pairs of DNA per cell. Prior to cell division, that vast amount of genetic...
The Mutator Protein Family Plays a Key Role in DNA Mismatch Repair
The human genome has more than 3 billion base pairs of DNA per cell. Prior to cell division, that vast amount of genetic...
7.0K
Maxam-Gilbert Sequencing
13.6K
In the same year as the discovery of the Sanger sequencing method, another group of scientists, Allan Maxam and Walter Gilbert, demonstrated their chemical-cleavage method for DNA sequencing. The Maxam-Gilbert method relies on using different chemicals that can cleave the DNA sequence at specific sites, the separation of resulting DNA fragments of variable size using electrophoresis, and deciphering the DNA sequence from the resulting gel bands.
Challenges of the Maxam-Gilbert Method
The...
Challenges of the Maxam-Gilbert Method
The...
13.6K
Multiple Comparison Tests
4.6K
Multiple comparison test, abbreviated as MCT, is a post hoc analysis generally performed after comparing multiple samples with one or more tests. An MCT will help identify a significantly different sample among multiple samples or a factor among multiple factors.
It would be easy to compare two samples using a significance alpha level of 0.05. In other words, there is only one sample pair to be compared. However, it would be difficult to identify a significantly different sample if the number...
It would be easy to compare two samples using a significance alpha level of 0.05. In other words, there is only one sample pair to be compared. However, it would be difficult to identify a significantly different sample if the number...
4.6K

