ModelSEED Biochemistry

kbase_msd_biochemistry

Primary

Philosophy

Enable metabolic modeling and pathway analysis. Map genes to reactions, understand metabolic capabilities, and support flux balance analysis.

Data sources: ModelSEED KEGG MetaCyc

Citation & Attribution

Provider: ModelSEED / Henry Lab

Website: https://modelseed.org/

Scale

4
tables

Schema Browser

reaction 56,012 rows

Column Type Description
id string **Primary Key**. ModelSEED reaction ID (e.g., `seed.reaction:rxn00001`)
name string Full reaction name
abbreviation string Short name or EC-based abbreviation
deltag float Gibbs free energy change (kJ/mol)
deltagerr float Uncertainty in deltaG
is_transport boolean Whether reaction is a transport reaction
reversibility string `>` (forward), `<` (reverse), `=` (reversible), `?` (unknown)
source string Data source (Primary Database, Secondary Database)
status string Validation status (OK, CPDFORMERROR, etc.)

Sample Queries

Get reactions

SELECT *
FROM kbase_msd_biochemistry.reaction
LIMIT 20

Related Collections

Projects Using This Collection

Start Exploring

Access the full ModelSEED Biochemistry data through BERDL JupyterHub.

Open JupyterHub