Related Experiment Videos
MotifCut: regulatory motifs finding with maximum density subgraphs.
Eugene Fratkin1, Brian T Naughton, Douglas L Brutlag
1Department of Computer Science, Stanford University, California 94305, USA. fratkin@cs.stanford.edu
Bioinformatics (Oxford, England)
|July 29, 2006
Summary
MotifCut offers a novel graph-theoretic method for DNA motif finding, simplifying complex optimization problems. This approach efficiently identifies diverse motifs, outperforming existing methods in benchmarks.
Area of Science:
- Computational biology
- Bioinformatics
- Graph theory
Background:
- DNA motif finding is a critical problem in computational biology.
- Existing methods often involve complex optimization (e.g., expectation maximization) or heuristic searches.
- Current motif models, like position-specific scoring matrices (PSSMs), can impose unrealistic biological assumptions.
Purpose of the Study:
- To introduce MotifCut, a new graph-theoretic approach for DNA motif finding.
- To address the limitations of existing methods by formulating motif finding as a convex optimization problem.
- To develop a method that makes fewer assumptions about motif structure.
Main Methods:
- Constructing a graph where vertices are k-mers and edges represent k-mer similarity.
- Identifying motifs by searching for maximum density subgraphs within this graph.
- Utilizing a convex optimization framework solvable in polynomial time.
Main Results:
- MotifCut successfully identifies motifs, including those with complex dependencies not captured by PSSMs.
- Performance benchmarks on synthetic and real yeast data show favorable comparisons to popular existing methods.
- The method demonstrates scalability with increasing input data size and discovers novel motifs.
Conclusions:
- MotifCut provides an efficient and flexible graph-theoretic solution to DNA motif finding.
- The approach overcomes limitations of traditional methods by avoiding strong model assumptions and complex optimization.
- MotifCut is a promising tool for discovering diverse DNA motifs in biological sequences.