Getting Started
This guide provides quick orientation for the modular VmaxBuilder workflow.
Who this is for
Researchers integrating transcriptomics and GEM models.
Developers extending pipeline modules via registry pattern.
Users who want reproducible Vmax estimation workflows.
What VmaxBuilder does
VmaxBuilder organizes data processing into reusable stages:
Expression preprocessing.
Model preprocessing.
Protein abundance estimation.
Kcat estimation/resolution.
Allocation and Vmax calculation.
Quick path
Install package via Installation.
Review module-level API in VmaxBuilder (API).
Use a minimal workflow once refactored examples are available in Examples.
Current project status
Public API is being refactored into a modular pipeline.
Documentation sections exist now; examples and use cases will expand with implementation.