brenda-database

Retrieve and analyze enzyme data from the BRENDA SOAP API.

18|1|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/LogauaEngstrom/claude-scientific-skills --skill brenda-database-logauaengstrom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brenda-database
Source: https://github.com/LogauaEngstrom/claude-scientific-skills/tree/main/scientific-skills/brenda-database
Command: npx skills add https://github.com/LogauaEngstrom/claude-scientific-skills --skill brenda-database-logauaengstrom

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires zeep, requests, pandas, brenda_client, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Access to comprehensive enzyme data via the BRENDA SOAP API for rapid retrieval of Km, kcat, reactions, and organism-specific data.

Core Features & Use Cases

  • Retrieve kinetic parameters, reaction equations, and substrate data across enzymes and organisms.
  • Compare data across organisms, substrates, and environmental conditions; export results for modeling and pathway design.
  • Support enzyme discovery, pathway planning, and cofactor/inhibition data integration for biochemical research.

Quick Start

Query Km values and reaction data for EC 1.1.1.1 in Escherichia coli.

Frequently Asked Questions about brenda-database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve enzyme kinetic parameters like Km and kcat from BRENDA using SOAP?

To retrieve enzyme kinetic parameters like Km and kcat from BRENDA, you query the BRENDA SOAP API using valid EC numbers and organism filters. This approach supports batched, rate-limited requests to reliably extract substrate-specific kinetic data for biochemical research.

Can I compare enzyme reaction data and substrate specificity across different organisms?

Yes, you can compare enzyme reaction data and substrate specificity across different organisms. By filtering BRENDA SOAP API queries with specific organism and substrate parameters, you retrieve comparative datasets for cross-organism metabolic pathway planning and analysis.

What do I need to query enzyme data from the BRENDA database?

Querying enzyme data from the BRENDA database requires valid EC numbers, organism or substrate filters, and proper authentication. You must structure your queries with rate-limited, batched requests to ensure reliable results from the BRENDA SOAP API.

How do I export BRENDA enzyme kinetics data for metabolic pathway modeling?

You export BRENDA enzyme kinetics data for metabolic pathway modeling by retrieving Km, kcat, and reaction equations via batched SOAP queries. The extracted substrate and organism-specific datasets are then formatted using pandas for downstream modeling integration.

Does the BRENDA SOAP API support batched queries for large-scale enzyme discovery?

The BRENDA SOAP API supports batched, rate-limited queries for large-scale enzyme discovery. You can systematically retrieve kinetic parameters, reaction equations, and inhibition data across multiple substrates and organisms while maintaining reliable API performance.

What are the limitations of using BRENDA SOAP for enzyme data retrieval?

Limitations of using BRENDA SOAP for enzyme data retrieval include strict authentication requirements and the need for rate-limited, batched queries to prevent API throttling. You must also supply valid EC numbers and organism filters to receive accurate substrate-specific enzyme kinetics.