Validate, gap-fill, and curate genome-scale metabolic models using memote for quality assessment and COBRApy for corrections.
pip install memote cobraTell your AI agent what you want to do:
- "Validate my metabolic model with memote"
- "Gap-fill my model to grow on M9 media"
- "Find dead-end metabolites in my model"
"Run memote on my model and show the quality score"
"Check which SBML compliance tests my model fails"
"My model can't grow - find reactions to add"
"Gap-fill my model using the BiGG universal model"
"Find all unbalanced reactions in my model"
"Which metabolites are dead-ends?"
"Add SBO annotations to my model"
"Fix GPR rules to standard format"
- Load the metabolic model
- Run memote quality tests
- Identify issues (dead-ends, unbalanced reactions, missing annotations)
- Suggest or implement fixes
- Re-test to confirm improvements
- Export curated model
- Memote score - Aim for >70% for publication-ready models
- Dead-ends - Often indicate missing transport or exchange reactions
- Mass balance - Check proton accounting (common source of imbalance)
- GPR format - Use 'and' for complexes, 'or' for isozymes
- Iterative curation - Run tests after each major change