Team:Imperial/CBD Kinetics Model

From 2014.igem.org

Revision as of 10:42, 8 October 2014 by HChughtai (Talk | contribs)

Imperial iGEM 2014

CBD Kinetics Model

Introduction

Based on a set of ordinary differential equations describing the kinetics of cellulose-binding modules (CBM) binding to bacterial cellulose, the model is designed to predict the efficiency and affinity of the binding process. Given an initial concentration of CBM injected into the system, the model is enabled to calculate the time allowed for a certain percentage of protein binding sites on bacterial cellulose to be saturated.

Mathematical Background

Model I

  • Variables:
    • CBS(0): initial concentration of cellulose binding sites (CBS)
    • CBS(t): concentration of unoccupied CBS at time t
    • CBM(0): initial concentration of CBM injected into the system
    • CBM(t): concentration of unbound CBM
    • CBS_CBM(t): concentration of binding complex (CBS bounded with CBM)
  • Parameters:
    • kon: association rate constant
    • koff: dissociation rate constant
    • KD = koff/kon: equilibrium dissociation constant
  • Binding Kinetics:
    • Assume CBM(t) = CBM(0) due to large concentration of CBM injected into the system compared to initial concentration of cellulose binding sites.
    • With the boundary conditions:
      • CBS_CBM(0) = 0
      • CBS_CBM(∞) = CBS(0)
    • The ODE can be solved as:
      • where kon CBM(0) >> k>off

Lab Interaction

How our model and the wetlab interact with each other

Parameters in the previous expression are determined by assay experiments where koff and kd are found, from which kon is calculated: kon=koff/kd.

LAB RESULTS HERE

With the parameters obtained from the experiments, the model is then enabled to predict an exact time period for the binding sites to be saturated, where the validity of the model is further confirmed by the experiments (refer to CBD expression experiments in the drive).

Results and Conclusions

Labelled points represent 70% saturation of bacterial cellulose binding sites.
It could be observed from the graph that the CBM binding capacity reduces when initial CBM concentration increases beyond 15µM; therefore, an initial CBM concentration of 15 µM would be optimum to functionalise the bacterial cellulose.

References

  1. Zhang, Mengmeng; Wang, Bin; Xu, Bingqian Mapping Single Molecular Binding Kinetics of Carbohydrate-Binding Module with Crystalline Cellulose by Atomic Force Microscopy Recognition Imaging J. Phys. Chem. B 2014, 118, 6714−6720s

Code