biopython v1.71.0 Bio.ExPASy.Enzyme
Parse the enzyme.dat file from Enzyme at ExPASy.
See https://www.expasy.org/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.
Link to this section Summary
Link to this section Functions
Link to this function
parse()
Parse ENZYME records.
This function is for parsing ENZYME files containing multiple records.
Arguments:
- handle - handle to the file.
Link to this function
read()
Read one ENZYME record.
This function is for parsing ENZYME files containing exactly one record.
Arguments:
- handle - handle to the file.