{ "cells": [ { "cell_type": "markdown", "id": "f2d7b3c9", "metadata": {}, "source": [ "# Flux Balance Analysis (FBA)\n", " \n", "Flux Balance Analysis (FBA) is a computational method used primarily in systems biology and metabolic engineering. It's a way to understand and predict the flow or \"flux\" of metabolites in a metabolic network under certain conditions.\n", "\n", "In this tutorial, we will see how to create FBA problems with CORNETO for metabolic analysis, how CORNETO can interoperate with other FBA-based libraries such as COBRApy or MIOM, and how CORNETO's FBA problem can be used as a building block for more advanced FBA methods. \n", "\n", "## What is FBA?\n", "\n", "The basis of FBA lies in the principle of steady-state, where the concentration of internal metabolites doesn't change over time even though they may be consumed and produced. This means that the total rate at which a metabolite is produced equals the rate at which it's consumed. \n", "\n", "In the realm of metabolic network analysis, this concept translates to steady-state metabolic fluxes. A flux is a rate at which a substance moves through a system, and in metabolic systems, flux represents the rate of turnover of a metabolite through a specific pathway or reaction. When considering the steady-state, each reaction's flux in the metabolic network is balanced, meaning that, for every internal metabolite, the sum of fluxes leading to its production is equal to the sum of fluxes leading to its consumption. This balance ensures that, over time, there's no accumulation or depletion of any metabolite in the system.\n", "\n", "For quantifying these fluxes, the typical units used are millimoles per gram dry weight per hour (mmol/gDW/h). The \"mmol\" part represents the quantity of the metabolite, the \"gDW\" (gram dry weight) normalizes this value to the biomass of the organism, and the \"/h\" provides a temporal dimension, indicating how fast the metabolic turnover occurs. This unit allows researchers and practitioners to make meaningful comparisons across different metabolic systems and conditions. For example, a flux value of 5 mmol/gDW/h for a particular reaction indicates that 5 millimoles of the relevant metabolite are produced or consumed per gram of the organism's dry weight every hour.\n", "\n", "
Reaction identifier | Biomass_Ecoli_core | \n", "
Name | Biomass Objective Function with GAM | \n", "
Memory address | \n", "0x235d3623bb0 | \n", "
Stoichiometry | \n", "\n",
" 1.496 3pg_c + 3.7478 accoa_c + 59.81 atp_c + 0.361 e4p_c + 0.0709 f6p_c + 0.129 g3p_c + 0.205 g6p_c + 0.2557 gln__L_c + 4.9414 glu__L_c + 59.81 h2o_c + 3.547 nad_c + 13.0279 nadph_c + 1.7867 oaa_c... \n", "1.496 3-Phospho-D-glycerate + 3.7478 Acetyl-CoA + 59.81 ATP + 0.361 D-Erythrose 4-phosphate + 0.0709 D-Fructose 6-phosphate + 0.129 Glyceraldehyde 3-phosphate + 0.205 D-Glucose 6-phosphate + 0.2557... \n", " | \n",
"
GPR | \n", " |
Lower bound | 0.0 | \n", "
Upper bound | 1000.0 | \n", "
\n",
" | \n",
" \n",
"
| \n",
"