Team:MiamiU OH/Collaborations

iGEM 2021 | Miami University

Collaborations


Collaboration with Phototroph Teams for a Phototroph Handbook

The Bielefeld and Marburg teams initiated the collaborative writing of a handbook for future iGEM teams working with phototrophs. Our team authored the Modeling section of this handbook. This chapter consists of three subchapters. "Using computational models for biological analysis" covers the usage of models in phototrophs, the Constraint-Based Reconstruction and Analysis Toolbox, the difference between Kinetics and Flux based models, and the mathematical justification for flux-balanced model analysis. The second involves "Building a Model," where the reader is walked through how to add reactions and metabolites, create an objective, validate the model, and create boundary reactions. Finally, the last subchapter discusses "Performing the Simulation." This subchapter describes four different types of analyses, data visualization, and integrating regulation into a model.

The full modeling chapter can be found at the following download link:

The full phototroph handbook can be found at the following download link:


Collaboration with the Complutense University of Madrid

The 4C team standing in a lab with masks on.Photo from MADRID_UCM Cyanobacteria hold great promise for future biotechnology applications, whether modeling photosynthesis improvements or functioning in biofuel production.

While our team tackled modeling photosynthesis improvements, the iGEM team from the Complutense University of Madrid (Madrid_UCM) addressed biofuel production in their project 4C_Fuels; this team aimed to stimulate n-butanol production in cyanobacteria through synthetic pathways suggested in previously published literature. Similar to the techniques of our team, they planned to use integrative plasmids to introduce a synthetic pathway, changing the metabolism of the host cyanobacteria to suit their engineering goals. To enhance this butanol production, the team also planned to introduce a modified malyl-CoA-glycerate (MCG) carbon fixation pathway; this pathway enhances production of acetyl-CoA to fuel butanol production, but also could impact photosynthetic output. Miami’s iGEM team applied Madrid’s modified pathways to our computational model to assess metabolic flux levels and biomass formation. Scripts can be found at the MiamiOH iGEM Github repository.

The main goal in this collaboration was for Miami’s iGEM team to provide a framework and instructions from which Madrid_UCM could perform their own desired computational analysis. The Miami team therefore provided the created models, basic scripts and analysis, and instructions on how to create more advanced scripts and suggested analyses. This can be more thoroughly seen in the description below which was sent to Madrid_UCM.

Summary of 4C_Fuel’s pathways

  • Both processes are more thoroughly explained on the team’s wiki: Madrid_UCM.
  • Ultimately, the goal of the 4C team is to engineer a more efficient microbe for butanol production. First, the microbes can be engineered to synthesize butanol by adding the butanol biosynthesis pathway. This allows butanol to be synthesized via the condensation of acetyl-CoA and malonyl-CoA.
  • The MCG carbon fixation pathway increases the pools by providing an adapted Citric Acid Cycle that produces malyl-CoA via glyoxylate and phosphoenolpyruvate.

Creation of Models

A total of 3 models were made. One model (BUT model) only includes the reactions allowing for butanol synthesis while another model (MAL model) only includes the reactions for the phosphoketolase (PK) bypass and MCG carbon fixation pathway. The last model combines all 3 pathways (butanol synthesis, PK bypass, MCG pathway) into one model (BUTMAL model).

  1. The BUT model should be able to synthesize butanol unlike wildtype (WT) cells
  2. The MAL model should not be able to synthesize butanol, but should allow higher pools of acetyl-CoA and malyl-CoA compared to WT.
  3. Finally, the MALBUT model combines all three pathways which should hypothetically increase butanol production based on an increased pool of acetyl-CoA which could feed into the butanol synthesis pathway.

First, based on a set of reactions sent to us by the Madrid_UCM team, we created a sheet of all metabolites, reactions, and an appropriate stoichiometric matrix of the appropriate pathways. Importantly, all reactions and metabolites were first checked to not be in the model. Missing reactions or metabolites were then added to the model. Although PCC 7942 has not been shown to perform butanol fermentation, one of its genes shows close homology to tartronate semialdehyde reductase (TRSARyr), which converts 2-hydroxy-3-oxopropanoate to glycerate through an intermediate of tartronate semialdehyde. Importantly, there is no known gene which allows the biosynthesis of 2-hydroxy-3-oxopropanoate, therefore making the possible reaction futile unless the metabolite is externally provided, however the authors of the model clarify that they still include the reaction in the model. The reactions sent by the Madrid_UCM team separated this reaction into two reactions where glyoxylate is used to produce tartronate semialdehyde which is then converted to glycerate. However, due to the inclusion of TRSARyr in the model and the lack of the combined malyl-CoA-glycerate artificial cycle and PK bypass in vivo analysis in our organism, we included reactions that converted glyoxylate to the intermediate of 2-hydroxy-3-oxopropanoate rather than tartonate semialdehyde to produce glycerate. All reactions and metabolites were confirmed according to the KEGG (Kyoto Encyclopedia of Genes and Genomes) Reaction and Metabolites set (1). Ultimately, this change should not impact analysis of the data as the same set of reactions is represented, simply with different intermediates being specified fitting with our organism.

It is important to note that a sink reaction was also added for n-butanol in the BUT and MALBUT models. A sink reaction is a reversible reaction that essentially allows the buildup of an intracellular metabolite. If this were not added, there would be no available reaction to take up n-butanol, and therefore mass conservation would not be able to be maintained. A similar sink reaction for acetyl-CoA was added to the MAL model only for verification of a nonzero flux for all added reactions increasing acetyl-CoA production. For growth and subsequent analysis, this sink reaction was removed.

Verification of Models

First, all models must be verified to allow proper growth and to perform their expected functions based on their previously tested legitimacy in vivo. To determine that all added pathways were functional, we bounded the n-butanol and acetyl-CoA production reactions for the BUT and MAL models, respectively, to have nonzero fluxes. Then, biomass production was optimized for all models; a nonzero solved optimized value would indicate a nonzero growth rate and therefore viable cells with active added pathways. 

  • The WT model had a growth rate of 0.054 mgDW/h.
  • The BUT model had a growth rate of 0.0423 mgDW/h when the sink reaction for n-butanol, the target metabolite, had a nonzero flux (lower bounds of 0.001). The nonzero fluxes of upstream added reactions were confirmed by printing all flux values.
  • The MAL model had a growth rate of 0.0470 mgDW/h when the sink reaction for acetyl-CoA, the target metabolite, had a nonzero flux (lower bounds of 0.001). The nonzero fluxes of upstream added reactions were confirmed by printing all flux values.
  • The MALBUT model had a growth rate of 0.054 mgDW/h when the sink reaction for n-butanol, the target metabolite, had a nonzero flux (lower bounds of 0.001). The nonzero fluxes of upstream added reactions were confirmed by printing all flux values.
    • Notably, this growth is comparable to WT, indicating that the phosphoketolase (PK) bypass and MCG carbon fixation pathway allowed a production of n-butanol while maintaining a higher growth rate than without these pathways.

Assessment of Models for Carbon Fixation

To assess if the reactions which allow increased pools of acetyl-CoA and malyl-CoA would allow an increase in biomass production and carbon fixation, we optimized the models for both biomass production and the flux of the carbon fixing enzyme Rubisco.

First, we assessed biomass production by optimizing the growth rate. Ultimately, with no added reaction constraints, the MAL model maintained an identical maximum growth rate compared to WT, but interestingly also activated the reactions to produce acetyl-CoA from malyl-coA. Therefore, it seems cells could reach the same maximum growth rate using either pathway.

We then assessed the flux of the enzyme which performs carbon fixation, taking inorganic carbon and allowing it to become fixed into the cell as organic carbon. The Rubisco flux for the MAL model was 492 mmol/mgDW/hr, but all added reactions maintained fluxes of 0. In fact, when the fluxes of the reaction converting malyl-coA to acetyl-CoA or the reaction producing acetyl-CoA from acetyl-phosphate were separately bound to nonzero fluxes (lower bound of 0.3), although growth optimization was maintained, Rubisco flux decreased to 490 mmol/mgDW/hr. Therefore, these pathways may actually inhibit optimization of direct carbon fixation.

Based on these preliminary results, it seems that the phosphoketolase (PK) bypass and MCG carbon fixation pathway do not allow increased biomass production and instead might actually hinder direct carbon fixation.

Assessment of Models for Butanol Production

Next, we wanted to assess if the combined pathways allowed higher butanol production in two methods, both using OptKnock and not.

Using OptKnock

If we were to optimize the model to solve for the highest possible flux of butanol production, this found solution may not reflect a solution feasible for cellular growth. Media sources can vary to support microbes facing deficiencies, therefore simulating growth using growth scripts can become a guessing game. Ideally, one would simultaneously optimize biomass growth as well as the synthesis of our target metabolite. Therefore, we can use OptKnock; this allows FBA to solve for the optimal flux distribution that simultaneously optimizes two objective functions, biomass growth as well as the formation of n-butanol.

  • Optimized solutions were compared between the BUT model and the MALBUT model.
  • We can then use this program to predict which genes can be deleted to enhance production of n-butanol while also maintaining growth.
  • Github Source
  1. Constrain the model with biological assumptions
    1. Enable secretion routes for the molecules of interest with an upper bound of 1000 (max flux)
      1. Exchange={‘EX_nbut_e’; EX_accoa_e’};
        1. Specify the exchange reactions for your metabolites of interest
      2. Bounds=[1000; 1000]
      3. model - changeRxnBounds(model, Exchange, Bounds, ‘u’)
    2. Set reaction list of reactions to choose to possible delete
      1. selectedRxnList = {‘GND’; ‘etc’}
        1. Note: I would recommend performing multiple times if you want to speed up analysis (one with the central metabolism fluxes and with another set)
        2. These reaction lists must match the reactions listed in the model (pnas1613446113.sd02)
  2. Generate growth rate and fluxes before optimization
    1. Determine growth rate
      1. solution = optimizeCbModel(model);
    2. Calculate the production of metabolites before running optKnock (before optimization)
      1. nbutFlux = solution.x(strcmp(model.rxns, ‘EX_nbut_e’));
      2. accoaFlux = solution.x(strcmp(model.rxns, ‘EX_accoa_e));
      3. growthRate = solution.f
  3. Set up optKnock options
    1. Make the exchange of nbutanol the objective of the outer problem (overproduction)
      1. options = struct(‘targetRxn’, ‘EX_nbut_e’, ‘numDel’, #);
        1. The numDel option indicates the optKnock set size upper limit
    2. IMpose that biomass must be at least 50% of the biomass of WT
      1. constrOpt = struct(‘rxnList’, {{biomass}}, ‘values’, 0.5*solution.f, ‘sense’, ‘G’);
  4. Now try to find an optKnock sets (of a max length of 2 as limited earlier)
    1. optKnockSol = OptKnock, model, selectedRxnList, options, constrOpt);
  5. Generate n-butanol flux (production) and growth rate after optimization
    1. nbutFluxO1 = optKnockSol.fluxes(strcmp(model.rxns, ‘EX_nbut_e’))
    2. accoaFluxO1 = optKnockSol.fluxes(strcmp(model.rxns, ‘EX_accoa_e));
    3. growthRateO1 = optKnockSol.fluxes(strcmp(model.rxns, biomass))

Not Using OptKnock

If wanting to avoid the use of this program, one could also perform flux variability analysis on models regarding the reactions producing the metabolites of interest. Briefly, flux variability analysis involves finding the possible ranges of selected reactions given a certain percentage of optimized solution is maintained. We compared the possible flux ranges of the reactions producing acetyl-CoA, malyl-CoA, and butanol, assuming 0.1% of maximum biomass production is maintained for each model. Notably, since each model showed different optimized growth rates, one should address this to match the appropriate standard value for growth. The maximum flux of the reaction should indicate the highest possible level of production given maintained growth for each model.


Science Symposium: Hosted by Wright State University

A Zoom call screen grab from the Wright State symposium.A Zoom call screen grab from the Wright State symposium. Taken by The Ohio State Team The Wright State University iGEM team (WrightState) hosted a virtual 2021 Science Symposium on August 12th, which was attended by iGEM teams from the host team, The Ohio State University (OhioState), University of Virginia (Virginia), and Miami University. Each team gave a short presentation on their project. This event provided an opportunity for engagement as well as collaboration by allowing team members to ask questions and give advice on navigating the challenges of an iGEM project. The veteran teams gave excellent advice on time management, organization of wiki content creation, and adapting supply delays and lab limitations due to the COVID-19 pandemic. The event was an excellent opportunity to learn about other projects and make connections with other iGEM teams, especially with the COVID-19 pandemic limiting opportunities for in-person interaction.


References

1. Kanehisa M, Sato Y, Kawashima M. 2021. Kyoto Encyclopedia of Genes and Genomes. Protein Science pro.4172. (https://doi.org/10.1002/pro.4172)


Explore Next

A box with the text 'Questions on GMO?' written on it.

Education

Not only did the Miami University iGEM team work to make a phenomenal project, we also spent an exceptional amount of time teaching others about plant synthetic biology! Take a moment to learn more about that on our education page!

The 4C team standing in a lab with masks on.

Communication

We wanted to share our project with others and have an open discussion. Learn how we shared with other communities and what we learned!