brenda-database

Solid

Access BRENDA enzyme database via SOAP API. Retrieve kinetic parameters (Km, kcat), reaction equations, organism data, and substrate-specific enzyme information for biochemical research and metabolic pathway analysis.

AI & Automation 2,279 stars 168 forks Updated 3 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# BRENDA Database ## Overview BRENDA (BRaunschweig ENzyme DAtabase) is the world's most comprehensive enzyme information system, containing detailed enzyme data from scientific literature. Query kinetic parameters (Km, kcat), reaction equations, substrate specificities, organism information, and optimal conditions for enzymes using the official SOAP API. Access over 45,000 enzymes with millions of kinetic data points for biochemical research, metabolic engineering, and enzyme discovery. ## When to Use This Skill This skill should be used when: - Searching for enzyme kinetic parameters (Km, kcat, Vmax) - Retrieving reaction equations and stoichiometry - Finding enzymes for specific substrates or reactions - Comparing enzyme properties across different organisms - Investigating optimal pH, temperature, and conditions - Accessing enzyme inhibition and activation data - Supporting metabolic pathway reconstruction and retrosynthesis - Performing enzyme engineering and optimization studies - Analyzing substrate specificity and cofactor requirements ## Core Capabilities ### 1. Kinetic Parameter Retrieval Access comprehensive kinetic data for enzymes: **Get Km Values by EC Number**: ```python from brenda_client import get_km_values # Get Km values for all organisms km_data = get_km_values("1.1.1.1") # Alcohol dehydrogenase # Get Km values for specific organism km_data = get_km_values("1.1.1.1", organism="Saccharomyces cerevisiae") # Get Km values for specific substrate km...

Details

Author
foryourhealth111-pixel
Repository
foryourhealth111-pixel/Vibe-Skills
Created
3 months ago
Last Updated
3 weeks ago
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category