Differences between revisions 2 and 3
Revision 2 as of 2014-02-26 12:55:12
Size: 773
Editor: david
Comment:
Revision 3 as of 2014-02-26 23:27:24
Size: 3371
Editor: david
Comment: Instructions and downloads for session 1
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:

== Useful tools ==

For the exercises, it will be useful to have the following available:
 * A plotting program, such as
  * Gnuplot, described at [[http://www.gnuplot.info/]]. Versions are available for for Linux (from your repository), [[http://sourceforge.net/projects/gnuplot/files/gnuplot/4.6.3/|Windows]] and [[http://www.flapane.com/nix.php|Mac]].
  * Matlab (or Octave, but Octave uses Gnuplot).
 * A spreadsheet program such as
  * Excel, with the solver add-in activated.
  * LibreOffice Calc. (There is an nlp-solver add-in, but I can't get it to activate.)

== 1. Functions, parameters and variables ==

 1. The [[attachment:Mathsprecourse.pdf|slides]] are available to download. Only the problem answers are missing!
 1. Download [[attachment:enzymes.zip]] and unzip it in a folder/directory. For the gnuplot examples to work, this directory will have to be gnuplot's working directory. Contents are:
  1. ''twoenz.gnu'' generates the two enzyme steady state graph shown in the slides. To plot the graph, open gnuplot and type
  {{{
load 'twoenz.gnu'
}}}
  1. ''viewlogcont.gnu'' and ''viewcontmap.gnu'' plot the sum of squared residuals against ''K_m'' and ''V'' as in the lecture slide. The mouse will rotate the 3-D plot.
  1. ''enzfitter.gnu'' determines ''K_m'' and ''V'' for the data in ''enz1.dat''. Open ''enzfitter.gnu''with a text editor to see the commands you will need to modify to fit the data in ''enz2.dat''.
  1. ''EnzFitter.xls'' is an Excel spreadsheet that fits ''K_m'' and ''V''. It contains the same data as ''enz1.dat''; the initial estimates are in cells B3 and D3. Go to cell G14 and then select the 'solver' menu item to minimise this cell by altering cells B3 and D3. (This sheet does not work in other spreadsheet software as they don't have the solver add-in.)
 1. If you've got time on your hands, follow the gnuplot exercise 2 at [[http://mudshark.brookes.ac.uk/Meetings/Delhi2013/Practicals/Practical_1]].

== 2. Calculating time courses ==

 1. Open the spreadsheet file [[http://mudsharkstatic.brookes.ac.uk/Delhi2013/Models/euler.ods | euler.ods]] (on Linux/the !ScrumPy Virtual Machine) or [[http://mudsharkstatic.brookes.ac.uk/Delhi2013/Models/euler.xls | euler.xls]] (with Excel). Check that you understand how the column of substrate concentration values is calculated.

 1. Using the tabs to select the sheets for t=0.01 and t=1.0, look at how the solutions change with increase of the Km, or decrease of the Vm.

 1. Can you add a column that computes the product concentration at each time point?

Mathematical Biochemistry in a Nutshell

David Fell

Innsbruck 2 March 2014

This precourse is designed for those less familiar with the mathematical aspects of modelling and systems biology. The aim is not to improve anyone's competence in mathematics, but to provide a basic introduction to some of the main mathematical concepts and computational techniques used to represent and model biological systems. The selection of topics is designed to underpin the main course and consists of:

  • Functions, parameters and variables
  • Calculating time courses from ordinary differential equations
  • Matrices and vectors
  • Mathematical representation of cellular systems
  • Sensitivity analysis - illustrated with metabolic control analysis

Useful tools

For the exercises, it will be useful to have the following available:

  • A plotting program, such as
    • Gnuplot, described at http://www.gnuplot.info/. Versions are available for for Linux (from your repository), Windows and Mac.

    • Matlab (or Octave, but Octave uses Gnuplot).
  • A spreadsheet program such as
    • Excel, with the solver add-in activated.
    • LibreOffice Calc. (There is an nlp-solver add-in, but I can't get it to activate.)

1. Functions, parameters and variables

  1. The slides are available to download. Only the problem answers are missing!

  2. Download enzymes.zip and unzip it in a folder/directory. For the gnuplot examples to work, this directory will have to be gnuplot's working directory. Contents are:

    1. twoenz.gnu generates the two enzyme steady state graph shown in the slides. To plot the graph, open gnuplot and type

      load 'twoenz.gnu' 
    2. viewlogcont.gnu and viewcontmap.gnu plot the sum of squared residuals against K_m and V as in the lecture slide. The mouse will rotate the 3-D plot.

    3. enzfitter.gnu determines K_m and V for the data in enz1.dat. Open enzfitter.gnuwith a text editor to see the commands you will need to modify to fit the data in enz2.dat.

    4. EnzFitter.xls is an Excel spreadsheet that fits K_m and V. It contains the same data as enz1.dat; the initial estimates are in cells B3 and D3. Go to cell G14 and then select the 'solver' menu item to minimise this cell by altering cells B3 and D3. (This sheet does not work in other spreadsheet software as they don't have the solver add-in.)

  3. If you've got time on your hands, follow the gnuplot exercise 2 at http://mudshark.brookes.ac.uk/Meetings/Delhi2013/Practicals/Practical_1.

2. Calculating time courses

  1. Open the spreadsheet file euler.ods (on Linux/the ScrumPy Virtual Machine) or euler.xls (with Excel). Check that you understand how the column of substrate concentration values is calculated.

  2. Using the tabs to select the sheets for t=0.01 and t=1.0, look at how the solutions change with increase of the Km, or decrease of the Vm.
  3. Can you add a column that computes the product concentration at each time point?

None: Meetings/MathBio14 (last edited 2014-03-03 14:28:14 by david)