What Are The Brute Force Based Algorithms For Dna Motif Finding
5
0
Entering edit mode
12.2 years ago
User 4000 ▴ 50

what are the Brute Force based algorithms for DNA Motif Finding ? and is Brute Force method for DNA motif finding widely used?

motif binding • 4.9k views
ADD COMMENT
2
Entering edit mode

Can you give us an example of an algorithm that you consider to be "brute force" vs. one that isn't? I don't think it's clear what you are looking for.

ADD REPLY
0
Entering edit mode

I'm looking for algorithms that have been developed for motif finding based on Brute force search method.For example is PMS1 algorithm based on Brute force.i actually don't know much details about them.

ADD REPLY
0
Entering edit mode
12.2 years ago

scan_for_matches is based on brute force backtracking.

ADD COMMENT
0
Entering edit mode

Can you give me an example?

ADD REPLY
0
Entering edit mode
12.2 years ago
SES 8.6k

This new paper describing a software called CodingMotif may be helpful. Though it only applies to coding regions.

ADD COMMENT
0
Entering edit mode
12.2 years ago
Fabian Bull ★ 1.3k

If your understanding of Brute Force is: check for every possiblity.

Then there can be no algorithm with decent model assumptions. The number of possible motif combinations is just too high.

Because of the high number you generally use statistical sampling to infer properties of the motifs. The algorithms used for this approach are:

EM, Gibbs Sampling and Metropolis Hastings

Programs which use these are:

MEME or Gibbs Motif Sampler

ADD COMMENT
0
Entering edit mode
12.1 years ago

The cisRED (cis-regulatory element database) project uses a combination of Consensus, MEME, and GibbsMotifSampler (another one here: MotifSampler).

ADD COMMENT
0
Entering edit mode
12.1 years ago
razor ▴ 190

Two articles that might help:

ADD COMMENT

Login before adding your answer.

Traffic: 2618 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6