biopython v1.71.0 Bio.ExPASy.Enzyme.Record
Holds information from an ExPASy ENZYME record as a Python dictionary.
Each record contains the following keys:
- ID: EC number
- DE: Recommended name
- AN: Alternative names (if any)
- CA: Catalytic activity
- CF: Cofactors (if any)
- PR: Pointers to the Prosite documentation entrie(s) that correspond to the enzyme (if any)
- DR: Pointers to the Swiss-Prot protein sequence entrie(s) that correspond to the enzyme (if any)
- CC: Comments
Link to this section Summary
Functions
Initialize the class
Link to this section Functions
Link to this function
__init__()
Initialize the class.