Modeling Biochemistry

Embed Size (px)

Citation preview

  • 7/27/2019 Modeling Biochemistry

    1/18

    How to model biochemical pathways-

    an ODE approach

  • 7/27/2019 Modeling Biochemistry

    2/18

    How do we model activation of an enzyme, e.g:

    CaMKII, PP2b by calcium?

    We will first show a simple abstract example where a single

    molecule ofCa can bind and activate a substrate S

    Well mixed system explain.

  • 7/27/2019 Modeling Biochemistry

    3/18

    [S] = ST [SCa]

    ; [Ca] = CaT [SCa]

    d[SCa]

    dt= k

    1[S][Ca] k

    1[SCa]

    = k1S

    T [SCa]( ) Ca

    T [SCa]( ) k1[SCa]

    = k1STCa

    T k1(S

    T+ Ca

    T) + k

    1( )[SCa]+ k1[SCa]2

    OOPS

    Can assume: CaT>>ST, so that[Ca]=CaT

    This simplifies matters.

  • 7/27/2019 Modeling Biochemistry

    4/18

    Using this we get: (show at home)

    This is afirst order linear ODE

    Which has an exponential solution

    With fixed point:

    And time constant:

  • 7/27/2019 Modeling Biochemistry

    5/18

    Cooperative activation of a substrate

    Assume:

    correct

  • 7/27/2019 Modeling Biochemistry

    6/18

    Cooperative activation of a substrate

    Assume:

    Under this assumption this is a linear equation for

    the vectorS=(S, S1, S2)T

    where

  • 7/27/2019 Modeling Biochemistry

    7/18

    The fixed point is:

    Where:

    These types of results are often used to make the

    following claim: If the relationship has power greaterthan 1, the reaction is assumed to be cooperative.

  • 7/27/2019 Modeling Biochemistry

    8/18

    [S2]*= S

    max

    (CaT)n

    kd( )

    n

    + (CaT)n;

    This is usually done by fitting an equation of the form:

    To experimental data

    This is called a hill equation, n is a hill coefficient.

  • 7/27/2019 Modeling Biochemistry

    9/18

    An irreversible enzymatic reaction.

    Michaelis-Menten approach.

    What is the F.P here?

    What is the equilibrium here?

  • 7/27/2019 Modeling Biochemistry

    10/18

    =0

    Pseudo steady statehypothesis (an approximation,

    not always a good one)

  • 7/27/2019 Modeling Biochemistry

    11/18

    Use:

    where

    so

    where

  • 7/27/2019 Modeling Biochemistry

    12/18

    where

    This is the Michalis-Menten equation

    Notes:

  • 7/27/2019 Modeling Biochemistry

    13/18

    Lets create now a very simple, toy model for

    calcium dependent bidirectional synaptic plasticity.

    Assume synaptic weight is

    proportional toAp.

  • 7/27/2019 Modeling Biochemistry

    14/18

    Fixed point:

    Time constant:

  • 7/27/2019 Modeling Biochemistry

    15/18

    Obtain:

    dAp

    dt=(Ca) (Ca) A

    p( )

    Assume:

  • 7/27/2019 Modeling Biochemistry

    16/18

    Optional Homework ( I will drop the worst homework

    grade, can submit after final)

    a. Program the full Michaelis-Menten kinetics.

    and show the dynamics at different values of the coefficients

    (ki), as well as initial [E] and [S] values.

    b. Show the dynamics of the reduced system, in the QSSA

    case. Compare to the full dynamics above, and look at thederivative, of the complex for different parameters. Are these

    dynamics consistent with the QSSA? Do the values of the

    coefficients influence if the assumptions are reasonable or

    not.

  • 7/27/2019 Modeling Biochemistry

    17/18

    c. Code the calcium dependent plasticity model.

    It is your job to make assumptions about K(Ca) and P(Ca).

    Find K(Ca) and P(Ca) that will generate and LTD/LTP model

    such that for Ca

  • 7/27/2019 Modeling Biochemistry

    18/18

    Summary