[Biopython] HMM example

Peter biopython at maubp.freeserve.co.uk
Thu May 14 13:57:23 UTC 2009


On Thu, May 14, 2009 at 2:44 PM, Kamen Kelchev <kkelchev at bulsyst.com> wrote:
> Hi to all,
>
> I need simple example for using bio.HMM library.
>
> I red documentation (cookbook) and tutorial but point 15.x in not
> filled.
>
> Thanks Kamen

You are right, we don't have any proper documentation in the tutorial
for Bio.HMM yet.  There is the code's built in documentation (python
docstrings) which you can access with the python help command, or read
online here:

http://biopython.org/DIST/docs/api/Bio.HMM-module.html

There are also some example scripts in our unit tests, files
test_HMMCasino.py and test_HMMGeneral.py, which should be a good
starting point.

Hopefully you can make some progress from that.... If you would like
to contribute some documentation that would be great!

Peter



More information about the Biopython mailing list