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

Functions

Parse ENZYME records

Read one ENZYME record

Link to this section Functions

Parse ENZYME records.

This function is for parsing ENZYME files containing multiple records.

Arguments:

  • handle - handle to the file.

Read one ENZYME record.

This function is for parsing ENZYME files containing exactly one record.

Arguments:

  • handle - handle to the file.