how to iteratively search sequences against sequence database using profile HMM
1
0
Entering edit mode
14 months ago
zhangdengwei ▴ 210

Hi all,

I wonder whether there is a tool for iterative sequence searching using a profile HMM, the task as like the domain construction in Pfam database. jackhmmer can iteratively search sequence against a sequence database, but it cannot take a pHMM for searching.

Any suggestion provided would be much appreciated.

protein pHMM • 631 views
ADD COMMENT
1
Entering edit mode
14 months ago
Mensur Dlakic ★ 27k

If by iterative HMM searching you mean updating the initial HMM on the fly after each round of search, I don't think such a tool exists that would work with HMMer-style models.

However, it would be easy to create it by simple scripting. Start with your HMM of interest and search the database with hmmsearch. Next step is to align all significant hits with the original HMM using hmmalign. Lastly, use hmmbuild to create a new HMM, and repeat all the steps.

hhblits from the HH-suite package can do all of this but with HMMs in its own format, or from a sequence alignment.

https://github.com/soedinglab/hh-suite

ADD COMMENT
0
Entering edit mode

Many thanks for the suggestion.

ADD REPLY

Login before adding your answer.

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