Stockholm Bioinformatics Center, SBC
Lecture notes: Molecular Bioinformatics 2001, Uppsala University

Lecture 22 Jan 2001 Per Kraulis

Hidden Markov models

6. Pfam and HMMER

We have already mentioned the Pfam database as a source of multiple alignments for more than 2400 protein domain families. But what really makes Pfam useful is its tight relationship with a program package that implements hidden Markov models: HMMER, which is written by Sean Eddy.

The Pfam multiple alignments have been used to build HMMs for each and every protein domain. Using one of the programs in the HMMER package, this makes it possible to search for the presence of a given domain in a sequence of your own. The web sites for Pfam all have facilities to do this via the Web. This is very useful, and the web sites contains several different tools and search possibilities.

However, if one wishes to work on a multiple alignment of ones own, and use that for searches, one must download the HMMER package and set it up, which is pretty straightforward. The HMMER package contains several different programs:

Of course, one can also download the entire Pfam database, if one wants to change things, and perhaps include one's own experimental alignments and HMMs.

Pfam itself is built using HMMER. The seed alignments in Pfam are used to create an HMM, which is then used to identify all other sequences that contain the domain in question. These are then used to build automatically the full alignment.

There are several subtle issues when using HMMs, such as how to handle proteins with multiple domains, what to do about proteins with long, uninteresting inserts before the proper domains appear, and partial sequences containing only fragments of domains. The HMMER program has its own particular ways of dealing with these problems, and it is necessary to read the documentation if one needs to use it extensively for some project.


Copyright © 2001 Per Kraulis $Date: 2001/01/19 14:43:52 $