Scaning A Genome With Simple Markov Model To Find A Motif
0
1
Entering edit mode
10.7 years ago
Kubak ▴ 10

Hello, is there some program or function (python, R, perl) that would allow fast scanning of a genome for a motif defined as Markov model (1st or higher order)? I guess this would be more specific than using just PWM. Any guidance is apperciated. Ivo

motif • 3.0k views
ADD COMMENT
1
Entering edit mode

If you are looking for motif recognition software there is the MEME suite. http://meme.nbcr.net/meme/fimo-intro.html

ADD REPLY
0
Entering edit mode

It seems that fimo (from MEME) needs a PWM, not a Markov model...

ADD REPLY
0
Entering edit mode

Why does it need to be a Hidden Markov Model?

ADD REPLY
0
Entering edit mode

I would like to see increase specificity by including dependence between following nucleotides. In fact I do not want a HMM algoritmus. I just want to express set of motifs like MM and than scan sequence with this profile. It is easy to program even for biologist in python, but it is prohibitively slow. Maybe there is a software for this that uses C,... I could not find any soft using MM as profile, only PWM...

ADD REPLY
0
Entering edit mode

seen this: http://hmmer.janelia.org/ ? you'll probably have to download (not use the web version)

ADD REPLY
0
Entering edit mode

I would just need to fast algorithm than slides over the sequence and evaluates match to markov model. Is it somehow possible to modify existingjavascript:document.forms["comment-form"].submit() HMM libraries (like that there is only one hidden mode)? The speed is my main concern, I would run the scan across plant genome.

ADD REPLY

Login before adding your answer.

Traffic: 1968 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