Version at time of journal publication:
A user-friendly web tool for modeling and optimizing growth-arrested fed-batch bioprocesses.
FedBatchDesigner
enables rapid exploration of the effect of feed rate and time of switching to the growth-arrested production phase on the TRY metrics (Titer, Rate, Yield) for both constant and exponential feeding strategies.
- Interactive visualization of productivity–titer trade-offs
- Support for constant and exponential feeding strategies
- Pre-loaded parameters for common organisms (E. coli, S. cerevisiae)
- Case study examples including valine and mevalonic acid production in E. coli
- Export results and plots for further analysis
- No registration required, no data stored permanently
git clone https://github.com/julibeg/FedBatchDesigner.git
cd FedBatchDesigner
conda env create -f env.yml -n fbd -y
conda activate fbd
shiny run FedBatchDesigner/app.py -b
- Input basic process parameters and reactor constraints
- Provide stage-specific physiological data for your host organism
- Explore the TRY landscape through interactive visualizations
- Export results as CSV files and plots as PNG images
Built with:
- Demonstrates optimization of a two-stage fed-batch process with microaerobic production
- Parameter fitting notebook:
case-studies/valine/fit-parameters.ipynb
- Demonstrates optimization of a two-stage fed-batch process with nitrogen starvation
- Parameter fitting notebook:
case-studies/ethanol-atp-wasting/fit-parameters.ipynb
- Shows process design for sulfur-limited production
- Parameter fitting notebook:
case-studies/mevalonate/fit-parameters.ipynb
- Single substrate limitation
- Zero substrate concentration during feed phases
- Constant stage-specific host characteristics
- Linear relationship between product formation and growth rate (
$\pi = \pi_0 + \mu \cdot \pi_1$ ) - Negligible product formation during batch phase
- Growth determined by remaining substrate after maintenance and production
- Complete growth arrest in production stage
- Neglected volume changes from base addition/evaporation
- TRY metrics based on feed phase only
This project is licensed under the MIT License - see the LICENSE file for details.