LPEMs ?
More constraint scaning ?
Link to the model archive here
LPEM algorithm decomposes the steady state flux vector into weighted elemetary modes such that the sum of these elementary modes is the original flux vector.
Here we will apply LPEM algorithm to genome scale metabolic model (GSM) of Acetobacter woodii. As seen in practical 4, the organism is capable of assimilating CO2, CO and H2 and produce acetate and ethanol. We will use the GSM of A. woodii to investigate the LPEMs utilized for the production of acetate and ethanol. We will see if the organism utilizes CO and H2.
Instructions
1. Download the required model and python code file from here. This is a zip file.
2. Copy the downloaded zip file in the workshop directory on your system and extract the zip file.
3. A new directory called P6 will be created. From the terminal, cd to the P6/model directory.
4. Start ScrumPy from this directory.
5. Add Analysis directory to path.
- `import sys sys.path.append('../Analysis') import lpems