The SysMIC course teaches the mathematics and computational methods used in systems biology.

Modules 1 and 2 consist of a series of units based around biological examples which are supported with mathematical background reading:

The biological examples show how the maths techniques can be used to model and analyse biological systems, with code examples of computer programming.

Students are taught hands-on coding throughout the course. They use MATLAB for function handling and modelling, R for doing statistics and Python for handling sequences and data from bioinformatics.

An extensive mathematical background section includes all the relevant maths. As part of the course you can refer to this to gain a good understanding of the mathematics behind the programming. How deeply you read into these sections will depend on your current maths level and interest in learning what lies behind the techniques shown.

Module 3 (currently unavailable) consists of support for students undertaking an extended project to apply interdisciplinary skills to their own area of interest.

Click here to see an example session: Module 1.2 Topic 1.9 The Repressilator.

Module 1 – Introduction to Quantitative Skills for Bioscience

Students will be introduced to MATLAB, R and Python. These are used to illustrate the implementation of basic operations (initially at the level of preliminary material). The use of this package of tools will be developed through hands-on tasks by the students as the module progresses.

1. Networks (methods for describing and handling complicated interactions)

Systems biology is about the interaction of parts. Students must understand how these parts and their relations one to another can be described graphically and analysed.

1.1 What is a network? Biological networks – metabolic, transcriptional, signalling, neural and food webs. Directed and undirected networks. Neighbours. Cluster measures. Paths and path length. Diameter. Random, small world and scale free networks. Simple association rules for constructing networks.

1.2 Introduction to the analysis of networks. Feedforward, feedback, functional motifs. Examples from gene transcription networks in yeast and intracellular protein signalling networks.

2. Vectors and Matrices

There is no doubt that it will be critical for SysMIC graduates to appreciate the inherent and almost universal non-linearity of biological systems at all scales. However to approach this concept sensibly and to appreciate some of the methods and simplifications required to analyse these process mathematically it is necessary to first be familiar with linear methods and systems.

2.1 Systems of linear equations. Examples. Vector and matrix representation. Composition of systems and matrix multiplication. Solving systems of linear using MATLAB. Examples using stoichiometric matrices of metabolic networks.

2.2 Square matrices. Identity matrices, diagonal matrices, upper and lower triangular matrices. Inverse matrices. When do they exist? Determinant of 2×2 matrices and relation to the existence of inverses. Determinants and inverses for diagonal and triangular matrices. How determinants can be defined for arbitrary square matrices. Finding matrix inverses using MATLAB.

3. Functions and Calculus

3.1 Dependent and independent variables. What are rates of change? Derivatives as slopes of tangent lines. Exponential growth and decay – constant rate of growth/decay – exponential growth/decay differential equation. Properties of the exponential function. Inverse functions – natural logarithms. Properties of logarithms. Real powers – properties, graphs. Logistic functions – constrained growth. Hill functions – Michaelis-Menten; co-operative activation.

3.2 Finding derivatives using MATLAB. Higher order derivatives. Local maxima and minima of functions of one variable; points of inflexion. Maximum rates of change for logistic function and Hill functions.

3.3 Equilibria and local stability analysis of 1-dimensional ODE systems. Examples using growth equations and chemical reaction equations. Introduction to systems of differential equaitons.

3.4 Describing periodic processes. General sine, cosine and tangent functions and graphs. Oscillators: Simple Harmonic oscillator (SHO) defined by 2nd order differential equation.

4. Introduction to Mathematical Modelling

The modelling cycle, first round: Inspect experimental data – set up model scheme – write down mathematical equations (example: reaction kinetics) –mathematical analysis of model – convert equations to computer code – run computer simulations – compare computer output to data.

The modelling cycle, second and further rounds: Find discrepancies between experimental data and simulations – improve model – make new predictions – compare computer output to data.

Interpretation of the model: search for critical model features.

Application: use successful model as template for advanced investigations (example: physiological control).

5a. Statistics using R

5.1. Short course in basic R. Review of basic material (optional): Discrete probabilities. Simple examples using permutations and combinations. Distributions: binomial, negative binomial, Poisson, hypergeometric. How they arise in biological applications – sampling with and without replacement. Continuous distributions. Density functions. Exponential distribution; Normal distribution; LogNormal distribution; Power law distributions. Simple biologically relevant examples including differential expression analysis. Review of available R resources.

5b. Introduction to Python for Bioinformatics Research

Getting Started in Python;  Variables Types and Operations;  Conditional Statements; Arrays; Loops and Iteration; Associative Arrays and Sets; Strings and Files; Functions; Regular Expressions

6. Mini-Projects

A set of substantial mini-projects in which the student creates a model of a biological system using the ideas and techniques taught in Module 1. Only suitably simplified models can be expected at this stage but will serve to practic basic techniques.


Module 2 – Advanced Quantitative Skills for Bioscience

The teaching of this module will again involve hands-on practical biological examples and implementations using MATLAB and R software. The students’ familiarity with MATLAB and R programming will be enhanced significantly as the module progresses.

1.1 Bacterial Ageing (Discrete-time Models)

Eigenvectors and eigenvalues of the Leslie matrix. Solving linear models. How to find eigenvalues and eigenvectors for numerical examples using MATLAB.

1.2 Biomarkers for Ovarian Cancer (Principal Component Analysis)

Quantifying interaction using covariance. Creating multivariate random data sets with specified (co-)variance properties. Using eigenvectors to meaningfully transform Omics data. Understanding and applying principal component analysis.

2. Spatial Gradients & Enzyme Kinetics with two variables (Functions of two variables)

Graphs as surfaces. Partial derivatives and the Jacobian matrix. Directional derivatives. Taylor expansions up to first order. Extension of the basic concepts to functions of more than 2 variables. From Michaelis-Menten to more realistic kinetic rate laws.

3.1 Bistability in Biology (Phase Plane Analysis)

Continuous time models. Equilibria, local stability and instability. Phase plane analysis: sources, sinks, saddles neutral equilibrium points, spiral sources and sinks, phase plane. Solving systems of nonlinear differential equations in MATLAB.

3.2 Oscillations in Biology (Bifurcations)

Continuous time models. Parameterized systems and bifurcations. Solving systems of nonlinear differential equations in MATLAB. Using eigenvalues of the Jacobian matrix to characterise bifurcations. Modelling oscillatory phenomena in biology.

4. Discrete Dynamical Systems

The 1-dimensional logistic map. Periodic orbits. Bifurcations, Period doubling route transition to chaos. The logistic bacterial growth model.

Cellular automata (in one and two dimensions). Agent based models. Setting up rules for discrete-state models. Implementing cellular automata in MATLAB.

Stochastic switching processes in biology. Markov chains to describe transition probability models. 2-state Markov Chains. Generalization to higher state numbers. Generation of nucleotide sequences with Markov models.

5. Pattern Formation in Reaction-Diffusion systems

What is diffusion? Brownian motion and its continuous limit. Compartments coupled by diffusion. Reaction-diffusion models. Partial differential equations. Spatial instability and Turing patterns in one and two spatial dimensions. Substrate-depletion models. Pattern formation in biology.

6. Stochastic systems

ODEs as “mean-field” approximations. Stochastic models for small particle numbers. Simulation of stochastic models (Gillespie algorithm). Stochastic population growth dynamics. Stochastic enzyme kinetics. Stochastic steady states under open-flow conditions. Calculating reaction probabilities.

7. Statistics II: Data handling

Estimation of parameters in ODE models from data using classical and Bayesian methods, simulated annealing or other search procedures. Data quality, reliability and processing.

Parameterisation of systems biological models is a key process that bridges the gap between the abstract and ideal world of mathematics and the real world of biology. These methods explored here are very widely used in many aspects of systems biology from highlighting and prioritising parameters in subcellular models to the investigations of SNP distributions and disease in populations. This section develops methods applicable to small well defined systems as well as “big data” biological systems.

8. Mini projects II: (Further steps in model making)

If you want to develop your skills further you are invited to perform individual project work (Module 3).


Module 3 – Developing advanced skills through project work (Currently Unavailable)

In this module, you have the opportunity to pursue a chosen piece of interdisciplinary research using the skills you have developed in Modules 1 and 2 with support and advice from the SysMIC Tutors.

The aim is to help you kick-start an avenue of interdisciplinary research related to your current work. This could be through applying the modelling and/or data analysis topics covered in the SysMIC course, or where practical you might research and use further techniques which are appropriate to your investigations.

The module runs for six months. In this time you will:

  1.     research a chosen topic and define a project plan
  2.     carry out your investigations,
  3.     produce a project report including an outlook on extending your work.

Sign Up

Email us at sysmic-team@sysmic.ac.uk or fill in the form and a member of our team will be in touch as soon as possible.

SIGN UP