2.1.1.2.1.1. enkie.dbs.kegg

Methods for accessing the KEGG database.

2.1.1.2.1.1.1. Module Contents

enkie.dbs.kegg.get_ec_to_rxn_mapping(ecs: List[str]) pandas.DataFrame[source]

Get a mapping from KEGG reaction identifiers to EC numbers for the given ECs from the KEGG database.

Parameters:

ecs (List[str]) – The query EC numbers.

Returns:

DataFrame mapping reactions to ECs.

Return type:

pd.DataFrame