Differences between revisions 2 and 9 (spanning 7 versions)
Revision 2 as of 2018-01-15 12:21:21
Size: 2953
Editor: mark
Comment:
Revision 9 as of 2018-01-17 08:45:49
Size: 2339
Editor: mark
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
The goal of this practical is to use what we have learned so far about structural analysis to answer the questions posed at the end of lecture 3, that were part of the motivation for this [[http://mudsharkstatic.brookes.ac.uk/C1Net/Wshop3/CalvinModes.pdf|paper]]. We had previously found, from the analysis of a kinetic model of the same system (which allows us to claculate steady-state values for individual fluxes and concentrations) that: The goal of this practical is to use what we have learned so far about structural analysis to answer the questions posed at the end of lecture 3, that were part of the motivation for this [[http://mudsharkstatic.brookes.ac.uk/C1Net/Wshop3/CalvinModes.pdf|paper]] (Poolman ''et al'' 2003). We had previously found, from the analysis of a kinetic model of the same system (which allows us to claculate steady-state values for individual fluxes and concentrations) that:
Line 19: Line 19:
'''(b)''' Download and familiarise yourself with the following For the purposes of the practical, ensure that you can relate the network diagrams to the reactions in the model file, and identify which are light activated and which are dark activated. '''(b)''' Make sure that you can relate the reactions and metabolites in the model to those in the diagrams in lecture 3 and the 2003 paper. The two reactions that have been commented out are only active in the dark and can be ignored for now.
Line 21: Line 21:
'''(c)''' Identify the ''light only'' and ''dark only'' reactions in Table 1 (in the paper) in your model, note that starch synthesis reaction (''!StSynth'') should be available under both conditions, whereas the light reaction should only be available under light conditions. You can add comments to your model like this: '''(c) '''Calculate the elementary modes of the model. Which are the modes involving starch degradtion? Would you expect them to operate in the dark?
Line 23: Line 23:
{{{
#this is a comment
}}}
'''(d)''' Make two new models - one for light conditions (i.e. comment out ''dark only'' reactions) and one for dark conditions.
'''(d)''' Calculate the enzyme subsets. Which reactions will exhibit perfectly correlated fluxes at steady state. Which are essential to the generation of triose phosphate?
Line 28: Line 25:
'''(e)''' Load the new models and analyse the elementary modes. How many modes do they each have? What is their overall stoichiometries? '''(e)''' Calculate the left null-space of the stoichiometry matrix (m.sm.!LNullSpace()). What does this tell you? Why is this result somewhat inconvenient?
Line 30: Line 27:
'''(f)''' If you compare the net stoichiometries of the elementary modes of the dark model with those listed in Table 3 in Poolman ''et al'' (2003), you may note that some modes are missing in your model. To reproduce the stoichiometries in Table 3 you need to define three new transporters of suitable metabolites. Remember to define the transporters as antiporters.

'''(g)''' Identify the ''sedoheptulose-1,7-bisphosphatase'' reaction and include it in the dark model. What is the impact of this change in network topology on the elementary modes of the model? What is the biological significance?
'''(f) '''The same information can be gained using m.!ConsMoieities(). This also returns a matrix. Identify 3 important differences.

Practical 4 Structural Analysis of the Calvin Cycle

Introduction

The goal of this practical is to use what we have learned so far about structural analysis to answer the questions posed at the end of lecture 3, that were part of the motivation for this paper (Poolman et al 2003). We had previously found, from the analysis of a kinetic model of the same system (which allows us to claculate steady-state values for individual fluxes and concentrations) that:

  1. The degradation of starch can contribute to the overall export of triose phosphate.
  2. Many reaction fluxes appear to be strongly correlated in the face of changes to the local environment (e.g.) varying demand for TP
  3. Likewise, many steady-state concentrations also appeared correlated.

The questions we therefore want to answer are:

  1. What are the routes from starch to TP?
  2. Would these be feasible in the dark?
  3. Are the correlations observed between fluxes the resulted of finely tuned enzyme activation/inhibition mechanisms, or something else?
  4. Similarly, can we explain the correlations between concentrations - does this tell us anything about the need for the TP-Pi antiporter? Could it be replaced with something else?

Instructions

(a) Create and load the Calvin model as you learned in the previous practical.

(b) Make sure that you can relate the reactions and metabolites in the model to those in the diagrams in lecture 3 and the 2003 paper. The two reactions that have been commented out are only active in the dark and can be ignored for now.

(c) Calculate the elementary modes of the model. Which are the modes involving starch degradtion? Would you expect them to operate in the dark?

(d) Calculate the enzyme subsets. Which reactions will exhibit perfectly correlated fluxes at steady state. Which are essential to the generation of triose phosphate?

(e) Calculate the left null-space of the stoichiometry matrix (m.sm.!LNullSpace()). What does this tell you? Why is this result somewhat inconvenient?

(f) The same information can be gained using m.ConsMoieities(). This also returns a matrix. Identify 3 important differences.

None: Meetings/C1netWork4/Prac4 (last edited 2018-01-17 13:52:12 by david)