Module Enzyme
source code
This module provides code to work with the enzyme.dat file from
Enzyme. http://www.expasy.ch/enzyme/
Tested with the release of 03-Mar-2009.
Functions: read Reads a file containing one ENZYME entry parse
Reads a file containing multiple ENZYME entries
Classes: Record Holds ENZYME data.
|
Record
Holds information from an ExPASy ENZYME record as a Python dictionary.
|
|
__package__ = None
hash(x)
|
Parse ENZYME records.
This function is for parsing ENZYME files containing multiple
records.
handle - handle to the file.
|
Read one ENZYME record.
This function is for parsing ENZYME files containing exactly one
record.
handle - handle to the file.
|