2.1.2.5. enkie.enzyme

Basic description of an enzyme

2.1.2.5.1. Module Contents

class enkie.enzyme.Enzyme(ec: str, uniprot_acs: List[str], gene_ids: List[str])[source]

Basic description of an enzyme.

Parameters:
  • ec (str) – The EC number of the reaction catalyzed by the enzyme.

  • uniprot_acs (List[str]) – The Uniprot identifiers of the proteins included in the enzyme.

  • gene_ids (List[str]) – The identifiers of the genes encoding the proteins of the enzyme.

property ec: str[source]

The EC number of the enzyme.

property uniprot_acs: List[str][source]

Uniprot accession identifiers for the proteins composing in the enzyme.

property gene_ids: List[str][source]

Gene identifiers for the proteins composing in the enzyme.