User:Johnsy/Lipoprotein Modelling/Model Development: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
Line 144: Line 144:
==Other Lipoproteins (VLDL and IDL)==
==Other Lipoproteins (VLDL and IDL)==
Now that we have gained a better understanding of the biochemistry within the cellular level, we can take a step back to look at the other plasma lipoproteins such as VLDL and IDL.  In this section, we attempt to incorporate the mathematical modelling developed in August & Barahona, 2005.  We begin by taking our existing set of 5 equations and slowly moving out.  First, the intracellular cholesterol concentration does not only come from LDL, but can also come from IDL particles which bind to the cell.  The internalized particles include both LDL and IDL, so we can make the substitution <math> [INT] = [LDL] + [IDL]</math>  However, we must now incorporate different parameters for the internalization rate of IDL, since it is different from LDL.
Now that we have gained a better understanding of the biochemistry within the cellular level, we can take a step back to look at the other plasma lipoproteins such as VLDL and IDL.  In this section, we attempt to incorporate the mathematical modelling developed in August & Barahona, 2005.  We begin by taking our existing set of 5 equations and slowly moving out.  First, the intracellular cholesterol concentration does not only come from LDL, but can also come from IDL particles which bind to the cell.  The internalized particles include both LDL and IDL, so we can make the substitution <math> [INT] = [LDL] + [IDL]</math>  However, we must now incorporate different parameters for the internalization rate of IDL, since it is different from LDL.
<center><math>
\frac{d[IC]}{dt} = \chi_{L}d_{L}[LDL]+\chi_{I}d_{I}[IDL]) + V_{HCR}\frac{[AC]}{[IC](K_{HCR}+[AC])} - k_{d}[IC]
</math></center>
In the above equation, ''&chi;<sub>I</sub>'' now is the amount of cholesterol contained within each IDL molecule and ''d<sub>I</sub>'' is the rate at which IDL particles are internalized into the cell.

Revision as of 08:24, 18 November 2007

A Very Simple 3 Dimensional Model

Introduction

To start exploring the method which is used to formulate models, we consider a very simple model derived from the biology of LDL particles in Brown & Goldstein, 1979. We are assuming a cell with a fixed number of LDL particles already bound to the surface of the cell. The rate of internalization is only dependent upon the number of LDL particles already on the surface. Futhermore, once the LDL particle is internalized, it is degraded by the lysosome into its constituent components (ie cholesterol esters, phospholipids, apoproteins, etc.).

We only consider three variables:

  1. The concentration of surface bound LDL particles
  2. The concentration of internalized LDL particles
  3. The concentration of the degradation products of LDL particles (directly proportional to the intracellular cholesterol levels

Developing the Model

Equation 1:

[math]\displaystyle{ \frac{d[SB]}{dt} = -k_{I}[SB] }[/math]

In the above equation, there are no inputs as we are assuming that the LDL particles are already bound to the surface of the cell. We have also only one sink which is due to the internalization of LDL particles, determined by the rate of internalization, kI, and the concentration of LDL particles bound to the surface of the cell.

Equation 2:

[math]\displaystyle{ \frac{d[INT]}{dt} = k_{I}[SB] - k_{deg}[INT] }[/math]

In the above equation 2, we now have a source which is the LDL particles which were internalized from equation 1. We also have a sink which is the degradation of the internalized LDL particles deteremined by rate kdeg and the concentration of internalzed LDL particles.

Equation 3:

[math]\displaystyle{ \frac{d[DEG]}{dt} = k_{deg}[INT] }[/math]

In the above equation 3, the degradation products are produced from the LDL particles which were internalized. We are not considering the fate of these degradation products, but we are assuming that they stay in the cell and accumulate. The primary degradation products are the cholesterol, fatty acids, lipoproteins, and proteins contained in the LDL particle and these are further processed and recycled by the cell. The choelsterol is converted to bile acid and cholesterol derivatives such as steriod hormones, while the fatty acids and proteins are broken down or stored for use by other cellular pathways. The lipoproteins are also recycled or are degraded by the lysosome.

Parameters and Initial Conditions

From the Panovska paper discussed below, we obtain the two parameters from literature that govern the above model.

  1. kI - the rate of internalization of LDL particles = log(2)/22 s-1
  2. kdeg - the rate of degradation of LDL particles = 1/180 s-1

The initial conditions we enter into our model are as follows:

  1. [SB]0 - the initial concentration of surface bound LDL particles we set arbitrarily at 45
  2. [INT]0 - the initial concentration of internalized LDL particles we initial set to zero (the cells are starved of cholesterol)
  3. [DEG]0 - the initial concentration of degradation products we also set to zero since we assume that the cells have not had any cholesterol in them for a lengthy time period.

Developing the Simple Model

Introduction

We can now consider the actual concentration of cholesterol in the cell so that we can model feedback loops which are related to the concentration of cholesterol in the cell. We come up with another equation relating the rate of change of cholesterol concentration over time. Here, we again assume that we are only considering the cholesterol delivered to the cell via LDL particles and that each LDL particle has χL amount of cholesterol contained in them.

Adding to the Simple Model

The first equation governing the rate of change of surface bound LDL particles now takes into account the inverse relation between the rate of internalization as well as the intracellular cholesterol level:

[math]\displaystyle{ \frac{d[SB]}{dt} = -k_{I}\frac{[SB]}{[IC]} }[/math]

The second equation governing the rate of change of internalized LDL particles can now also be a function of the intracellular cholesterol concentration ([IC]) where the higher the intracellular cholesterol levels, the lower the rate of internalization. As before, the sink term of this equation is governed by the conversion of LDL particles to cholesterol.

[math]\displaystyle{ \frac{d[INT]}{dt} = k_{I}\frac{[SB]}{[IC]} - k_{con}[INT] }[/math]

The thrid equation now relates to the rate of change of intracellular cholesterol levels. We assume that the only source term is the conversion of LDL particles to free cholesterol where each LDL particle has, on average, χL concentration of cholesterol. The sink term is slightly different in meaning from the previous model, this time only signifying the conversion of cholesterol to bile acids and/or cholesterol derivatives, with kdeg being the rate of this degradation and is related to the concentration of cholesterol already in the cell.

[math]\displaystyle{ \frac{d[IC]}{dt} = \chi_{L}k_{con}[INT] - k_{d}[IC] }[/math]

The last equation is the same as in the previous model with the concentration of our degradation products.

[math]\displaystyle{ \frac{d[DEG]}{dt} = k_{d}[IC] }[/math]

Parameters and Initial Conditions

We can again use similar parameters and initial conditions as in the previous model with a few modifications.

  1. kI - the rate of internalization of LDL particles is the same, log(2)/22 s-1 (Panovska)
  2. kcon - the rate of conversion of LDL particles to cholesterol, 1/180 s-1 (Panovksa)
  3. kd - the rate of loss of cholesterol from the cell, 1/780 s-1 (Panovska)
  4. χL - the amount of cholesterol found in each LDL particle, 0.45 (August & Barahona)

Initial Conditions: Assume starved cell

  1. [SB]0 - the initial concentration of surface bound LDL particles we set arbitrarily at 45
  2. [INT]0 - the initial concentration of internalized LDL particles we initial set to zero (the cells are starved of cholesterol)
  3. [IC]0 - the initial intracellular cholesterol concentration also set to 0.4 (arbitrarily small value to prevent error)
  4. [DEG]0 - the initial concentration of degradation products we also set to zero since we assume that the cells have not had any cholesterol in them for a lengthy time period and thus have no cholesterol derivatives and degradation products yet

Incorporating HMG-CoA Reductase into a Simple 5 Dimensional Model

de novo Pathway

HMG CoA reductase is the rate limiting enzyme in the biosynthesis of cholesterol. Its transcription is upregulated by the sterol regulatory element binding protein (SREBP) which binds to the streol regulatory element (SRE) to transcribe the gene for HMG CoA reductase. SREBP is usually situated on the membrane of the endoplasmic reticulum or the nuclear membrane, but when bound by cholesterol, the protein is released via proteolysis and migrates to the nucleus where it binds to the SRE to initiate transcription.

Statins limit the action of HMG CoA reductase by acting as a competitive inhibitor since it resembles the HMG CoA molecule.

To simplify the model, we can simply say that both the concentration of cholesterol and statins will negatively affect the rate of the enzyme HMG CoA reductase and will limit the production of mevalonate (another key intermediary in cholesterol biosynthesis).

HMG-CoA Reductase as an Enzyme

HMG-CoA Reductase is the limiting enzymatic step in the biosynthesis of cholesterol and we can assume that the conversion of mevalonate to cholesterol is fast as well as the conversion from acetyl-CoA to HMG-CoA. We can use Michaelis-Menten kinetics to describe the action of HMG-CoA reductase and incorporate it into our equation governing the rate of change of intracellular cholesterol concentration. We can recall that the Michaelis-Menten Equation is the following:

[math]\displaystyle{ \frac{d[P]}{dt} = V_{max}\frac{[S]}{K_{m}+[S]} }[/math]

Parameters of the Michaelis-Menten Equation:

  1. [P] - Concentration of the Product, in our case we can assume that it is cholesterol
  2. [S] - Concentration of the Substrate, it is immediately HMG-CoA, but we can also use the concentration of acteyl-CoA as our substrate in replacement since the conversion from acteyl-CoA to HMG-CoA is fast
  3. Km - The Michaelis-Menten constant describing the activity of the enzyme.
  4. Vmax - The maximum rate of turnover of the enzyme

Key Assumptions to the Michaelis-Menten Equation

  • We are assuming that the concentration of enzyme is fixed at a certain concentration [E]0.
  • Quasi-steady state approximation where the rate of change of the enzyme-substrate complex is 0.
  • We have taken a four dimensional problem and reduced it down to a one-dimensional problem, so we have effectively neglected any change in the enzyme concentration. With the action of statins inhibiting the enzyme concentration, we might have to take this into account when building more complex models to accurately reflect the biochemistry involved in LDL metabolism.

Expanding the Previous Model

The Michaelis-Menten term governing the HMG-CoA reductase enzymatic reaction would be incorporated into the rate equation for intracellular cholesterol concentration as a source term as shown below. Furthermore, the action of the enzyme is regulated by the concentration of cholesterol within the cell at any given time. The more cholesterol in the cell, the lower the activity of HMG-CoA reductase, so again, we have an inverse relationship between the activity of the enzyme and the concentration of intracellular cholesterol that has to be taken into account of.

[math]\displaystyle{ \frac{d[IC]}{dt} = \chi_{L}k_{con}[INT] + V_{HCR}\frac{[AC]}{[IC](K_{HCR}+[AC])} - k_{d}[IC] }[/math]
  • [AC] - the concentration of Actyl-CoA at any time in the cell
  • VHCR - Vmax for HMG-CoA reductase enzyme
  • KHCR - the Michaelis-Menten constant, Km for the HMG-CoA reductase enzyme

The other equations governing the LDL concentration of internalized or surface bound LDL remain the same.

[math]\displaystyle{ \begin{alignat}{2} \frac{d[SB]}{dt} & = -k_{I}\frac{[SB]}{[IC]} \\ \frac{d[INT]}{dt} & = k_{I}\frac{[SB]}{[IC]} - k_{con}[INT] \\ \frac{d[DEG]}{dt} & = k_{d}[IC] \end{alignat} }[/math]

For the model to work, we also must incorporate an equation dealing with the concentration of Acetyl-CoA. We assume that the mechanisms within the cell will keep the concentration of Acetyl-CoA constant, since Acetyl-CoA is an essential metabolite of the cell and is used in several cellular networks (e.g. Citric Acid Cycle).

[math]\displaystyle{ \frac{d[AC]}{dt} = 0 }[/math]

Parameters of the Model Incorporating HMG-CoA Reductase

We can again use similar parameters and initial conditions as in the previous model with a few modifications.

  1. kI - the rate of internalization of LDL particles is the same, log(2)/22 s-1 (Panovska)
  2. kcon - the rate of conversion of LDL particles to cholesterol, 1/180 s-1 (Panovksa)
  3. kd - the rate of loss of cholesterol from the cell, 1/780 s-1 (Panovska)
  4. χL - the amount of cholesterol found in each LDL particle, 0.45 (August & Barahona)
  5. VHCR - the Vmax value for HMG-CoA Reductase, 0.2 nmol/min/mg (Smythe 2002)
  6. KHCR - the Km value for HMG-CoA Reductease, 4.2 μM (Smythe 2002)

Initial Conditions: Assume starved cell

  1. [SB]0 - the initial concentration of surface bound LDL particles we set arbitrarily at 45
  2. [INT]0 - the initial concentration of internalized LDL particles we initial set to zero (the cells are starved of cholesterol)
  3. [IC]0 - the initial intracellular cholesterol concentration also set to 0.4 (arbitrarily small value to prevent error)
  4. [DEG]0 - the initial concentration of degradation products we also set to zero since we assume that the cells have not had any cholesterol in them for a lengthy time period and thus have no cholesterol derivatives and degradation products yet
  5. [AC]0 - the initial and steady concentration of Acetyl-CoA within the cell, arbitrarily given the value 5 (pending value)

Other Lipoproteins (VLDL and IDL)

Now that we have gained a better understanding of the biochemistry within the cellular level, we can take a step back to look at the other plasma lipoproteins such as VLDL and IDL. In this section, we attempt to incorporate the mathematical modelling developed in August & Barahona, 2005. We begin by taking our existing set of 5 equations and slowly moving out. First, the intracellular cholesterol concentration does not only come from LDL, but can also come from IDL particles which bind to the cell. The internalized particles include both LDL and IDL, so we can make the substitution [math]\displaystyle{ [INT] = [LDL] + [IDL] }[/math] However, we must now incorporate different parameters for the internalization rate of IDL, since it is different from LDL.

[math]\displaystyle{ \frac{d[IC]}{dt} = \chi_{L}d_{L}[LDL]+\chi_{I}d_{I}[IDL]) + V_{HCR}\frac{[AC]}{[IC](K_{HCR}+[AC])} - k_{d}[IC] }[/math]

In the above equation, χI now is the amount of cholesterol contained within each IDL molecule and dI is the rate at which IDL particles are internalized into the cell.