Difference between revisions of "HMMER"
m |
m (→Exercises) |
||
Line 42: | Line 42: | ||
--> | --> | ||
| | ||
+ | |||
==Further reading and resources== | ==Further reading and resources== | ||
<!-- {{#pmid: 19645596}} --> | <!-- {{#pmid: 19645596}} --> |
Revision as of 10:52, 18 September 2012
HMMER
HMMER: protein sequence similarity searches using probabilistic methods.
Introductory reading
Finn et al. (2011) HMMER web server: interactive sequence similarity searching. Nucleic Acids Res 39:W29-37. (pmid: 21593126) |
[ PubMed ] [ DOI ] HMMER is a software suite for protein sequence similarity searches using probabilistic methods. Previously, HMMER has mainly been available only as a computationally intensive UNIX command-line tool, restricting its use. Recent advances in the software, HMMER3, have resulted in a 100-fold speed gain relative to previous versions. It is now feasible to make efficient profile hidden Markov model (profile HMM) searches via the web. A HMMER web server (http://hmmer.janelia.org) has been designed and implemented such that most protein database searches return within a few seconds. Methods are available for searching either a single protein sequence, multiple protein sequence alignment or profile HMM against a target sequence database, and for searching a protein sequence against Pfam. The web server is designed to cater to a range of different user expertise and accepts batch uploading of multiple queries at once. All search methods are also available as RESTful web services, thereby allowing them to be readily integrated as remotely executed tasks in locally scripted workflows. We have focused on minimizing search times and the ability to rapidly display tabular results, regardless of the number of matches found, developing graphical summaries of the search results to provide quick, intuitive appraisement of them. |
Contents
HMMs - Presentation by Joe Wu, BCB410 - 2011
Exercises
Exercises - by Joe Wu, BCB410 - 2011
Further reading and resources