hmmbuild function of HMMER
I am a computer engineering student. I am entitled for a project in HMMER on MIC Card. I wanted to know how is a profile made out of the .sto or .msf file using hmmbuild function in HMMER? I wanted to know the meaning of all the numbers calculated of matches, insertions and deletions and the way they are arranged at the output.
• 3,014 views
•
link
1 answer
In a nutshell, hmmbuild builds a hidden markov model profile for a given set of aligned protein sequences.
To understand deeper, you might wanna dig through the web and read up on the following:
- Sequence homology
- Sequence alignment (with Multiple sequence alignment/analysis)
- Amino Acid substitution matrices
- Using HMMs to classify proteins
- The HMMER tutorial
These should help you get an idea of what HMMER is supposed to do and how it is supposed to achieve that. Feel free to ask more specific questions as you read up!
• 0 views
•
link
Log in to answer this question.