Difference between revisions of "Team:MIT/ModelingCHutch"

Line 58: Line 58:
  
 
<div class = "text" align = "left">
 
<div class = "text" align = "left">
We investigated three different whole-genome scale models for \textit{C. hutchinsonii} from three different online databases:
+
We investigated three different whole-genome scale models for <i>C. hutchinsonii</i> from three different online databases:
 
<ol>
 
<ol>
 
   <li> <a href="https://www.ebi.ac.uk/biomodels-main/BMID000000140206">BioModels Database</a> </li>
 
   <li> <a href="https://www.ebi.ac.uk/biomodels-main/BMID000000140206">BioModels Database</a> </li>
Line 65: Line 65:
 
</ol>
 
</ol>
  
These models were in SBML (Systems Biology Markup Language) format, which is a standardized XML format for representing models. The SBML models were converted into MATLAB files using the COBRA function readCbModel.m (see MATLAB script ModelImport.m). We found that the BioModels many contained gaps, repeated metabolites, or inaccurate exchange reaction bounds. We decided to use The Model SEED whole-genome scale model (Henry et al 2010) because, although it is less detailed, it contains no repeated metabolites. We modified it by fixing exchange reaction bounds, adding hypothesized reactions for lignocellulose degradation (as described below), and adding genes/reactions to account for our synthetic communication network (as described here). Since there are no reported kinetic parameters for \textit{C. hutchinsonii}, we fitted parameters to match existing data and known behavior.
+
These models were in SBML (Systems Biology Markup Language) format, which is a standardized XML format for representing models. The SBML models were converted into MATLAB files using the COBRA function readCbModel.m (see MATLAB script ModelImport.m in DFBALab). We found that the BioModels many contained gaps, repeated metabolites, or inaccurate exchange reaction bounds. We decided to use The Model SEED whole-genome scale model (Henry et al 2010) because, although it is less detailed, it contains no repeated metabolites. We had to modify some default exchange reaction bounds and insert reactions for cellulose degradation, as described below.
                     $$\ce{C6H5-CHO}$$
+
                      
 
</div>
 
</div>
 
<div class = "subtitle">
 
<div class = "subtitle">
Line 74: Line 74:
 
<div class = "text" align = "center">
 
<div class = "text" align = "center">
 
</div>
 
</div>
 +
 
<div class = "subtitle">
 
<div class = "subtitle">
 
Parameter Fitting
 
Parameter Fitting
 
</div>
 
</div>
<div class = "text" align = "center">
+
 
 +
<div class = "text" align = "left">
 +
Since there are no reported kinetic parameters for <i>C. hutchinsonii</i>, we fitted parameters to match existing data and known behavior.
 
</div>
 
</div>
  
Line 83: Line 86:
 
dFBA Simulation of a Pure Culture of C. hutchinsonii
 
dFBA Simulation of a Pure Culture of C. hutchinsonii
 
</div>
 
</div>
<div class = "text" align = "center">
+
<div class = "text" align = "left">
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 22:31, 18 September 2015


C. hutchinsonii Model Development
In order to implement a dFBA model for C. hutchinsonii, we obtained a valid whole-genome scale model with its central metabolism, inserted reactions for cellulose degradation into it, fitted parameters for cellulose degradation and nutrient uptake to get more realistic behavior, and ran pure culture simulations.
Obtaining a whole-genome scale metabolic model for C. hutchinsonii
We investigated three different whole-genome scale models for C. hutchinsonii from three different online databases:
  1. BioModels Database
  2. FAME - the Flux analysis and Modeling Environment
  3. The Model SEED
These models were in SBML (Systems Biology Markup Language) format, which is a standardized XML format for representing models. The SBML models were converted into MATLAB files using the COBRA function readCbModel.m (see MATLAB script ModelImport.m in DFBALab). We found that the BioModels many contained gaps, repeated metabolites, or inaccurate exchange reaction bounds. We decided to use The Model SEED whole-genome scale model (Henry et al 2010) because, although it is less detailed, it contains no repeated metabolites. We had to modify some default exchange reaction bounds and insert reactions for cellulose degradation, as described below.
Modeling Cellulose Degradation
Parameter Fitting
Since there are no reported kinetic parameters for C. hutchinsonii, we fitted parameters to match existing data and known behavior.
dFBA Simulation of a Pure Culture of C. hutchinsonii