MRD

MRD identifies motifs within DNA sequences to locate binding sites and regulatory signals.


Key Features:

  • Randomized Algorithm for Consensus Pattern Detection: Employs a randomized algorithm to tackle the consensus pattern problem in DNA sequences, identifying motifs with high probability in polynomial time while allowing a user-defined cost error margin of ( x times l ), where ( l ) represents the motif length.
  • Improved Expectation-Maximization (EM) Algorithm: Incorporates an enhanced Expectation-Maximization (EM) algorithm that surpasses traditional EM performance by enabling more precise and efficient local search operations within DNA sequences.
  • Hybrid Approach: Combines the randomized algorithm and the improved EM algorithm by generating high-quality seed motifs with the randomized method and refining them with the improved EM for optimal motif detection.

Scientific Applications:

  • Regulatory Signal Identification: Detects motifs that serve as binding sites or regulatory signals to aid analysis of gene regulation mechanisms.
  • Genetic Probe Design: Identifies accurate motif locations to support the design of genetic probes for targeted studies and experiments.
  • Comparative Performance Analysis: Shows, in simulations, slower performance than PROJECTION for shorter motif lengths but substantially better performance as motif length increases.

Methodology:

A two-step computational process: seed generation using the randomized algorithm to identify initial motifs (seeds) with high probability, followed by local refinement applying the improved EM algorithm to refine these seeds.

Topics

Details

Tool Type:
command-line tool
Operating Systems:
Windows
Programming Languages:
Java
Added:
8/3/2017
Last Updated:
11/25/2024

Operations

Publications

WANG L, DONG L. RANDOMIZED ALGORITHMS FOR MOTIF DETECTION. Journal of Bioinformatics and Computational Biology. 2005;03(05):1039-1052. doi:10.1142/s0219720005001508. PMID:16278946.

Documentation

Links