Size: 2088
Comment:
|
← Revision 13 as of 2014-09-09 06:19:55 ⇥
Size: 2357
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
DRAFT VERSION = 1 Some Simple Kinetic Modelling in ScrumPy = See notes from this pms lecture. |
= 1 Simple Kinetic Modelling in ScrumPy = [[AccliPhot/WorkshopTwo/Tue_3|See notes from this pms lecture.]] |
Line 22: | Line 20: |
Download the [[http://mudsharkstatic.brookes.ac.uk/Delhi2013/Models/TwoReacRever.spy|TwoReacRever.spy]] model (right click for saving) and put it in the "Revers" directory. | Download the [[http://mudsharkstatic.brookes.ac.uk/AccliPhot/Workshop2/Models/TwoReacRever.spy|TwoReacRever.spy]] model (right click for saving) and put it in the "Revers" directory. |
Line 33: | Line 31: |
. [[http://mudshark.brookes.ac.uk/Meetings/Delhi2013/Practicals/Practical_2#|Toggle line numbers]] |
{{{#!python >>> results = m.AddStatMonitor() >>> for n in range(20): m["Vmax1"] += 1 m.FindSS() |
Line 36: | Line 37: |
{{{ | >>> results.SetPlotX("Vmax1") >>> results.AddToPlot("R1") |
Line 41: | Line 43: |
1. Repeat with some other parameters that could be tested in the lab - e.g. change some consentrations, calculate values of the external metabolites that will result in no steady-state flux. | |
Line 42: | Line 45: |
1. Repeat with some other parameters that could be tested in the lab. == 2.2 Steady-States with Irreversible Kinetics == |
== 1.2 Steady-States with Irreversible Kinetics == |
Line 46: | Line 47: |
Download the [[http://mudsharkstatic.brookes.ac.uk/Delhi2013/Models/TwoReacIrrev.spy|TwoReacIrrev.spy]] model and put it in the "Irrevs" directory. | Download the [[http://mudsharkstatic.brookes.ac.uk/AccliPhot/Workshop2/Models/TwoReacIrrev.spy|TwoReacIrrev.spy]] model and put it in the "Irrevs" directory. |
Line 49: | Line 50: |
1. Repeat the investigation in 2.1 on this model. | 1. Repeat the investigation in 1.1 on this model. 1. How many results are in the data set ? |
Line 53: | Line 56: |
== 2.3 Steady-States of a Moiety Conserved Cycle == | == 1.3 Steady-States of a Moiety Conserved Cycle == |
Line 55: | Line 58: |
Download the [[http://mudsharkstatic.brookes.ac.uk/Delhi2013/Models/SimpleCycle.spy|SimpleCycle.spy]] model and put it in the "Cycle" directory. | Download the [[http://mudsharkstatic.brookes.ac.uk/AccliPhot/Workshop2/Models/SimpleCycle.spy|SimpleCycle.spy]] model and put it in the "Cycle" directory. |
1 Simple Kinetic Modelling in ScrumPy
See notes from this pms lecture.
1.0 Preparation
- Create a directory in your home area called "Practical_1"
$ mkdir Practical_1
- cd into this and create 3 more directories: "Revers", "Irrev", and "Cycle"
$ cd Practical_1 $ mkdir Revers Irrev Cycle
1.1 Steady-States with Reversible Kinetics
Download the TwoReacRever.spy model (right click for saving) and put it in the "Revers" directory.
cd into the Revers directory, launch ScrumPy and load the model.
- Identify the kinetics, Parameter and initial value assignments.
- On the basis of the network structure, what predictions can you make about relationships of steady-state fluxes ?
- Investigate the effect of varying the Vmax value of the first reaction, e.g.
- Repeat with some other parameters that could be tested in the lab - e.g. change some consentrations, calculate values of the external metabolites that will result in no steady-state flux.
1.2 Steady-States with Irreversible Kinetics
Download the TwoReacIrrev.spy model and put it in the "Irrevs" directory.
- Repeat the investigation in 1.1 on this model.
- How many results are in the data set ?
- What are the smilarities and differences in behaviour ?
- What conclusions can you draw ?
1.3 Steady-States of a Moiety Conserved Cycle
Download the SimpleCycle.spy model and put it in the "Cycle" directory.
- Proceed as 2.1 (but this time you need to vary the concentration of the external metabolite, x_A).
- Now investigate the effect of varying the conserved total (hint: use the parameter 'CSUM_NADH').
- Now break the conservation relationship and repeat the first part of 2.3
- What conclusions can you draw ?