-
Notifications
You must be signed in to change notification settings - Fork 15
Description
I would propose in the language and notation to distinguish explicitly between two different types of indicator concentration, which you could call "concentration" and "tissue concentration". Both are in units of M and express the number of indicator particles per unit of volume, but which volume?
- "tissue concentration": number of indicator particles (mM) divided by the total tissue volume (mL). I would propose to use capital letters "C" for tissue concentrations.
- "concentration": number of indicator particles (mM) divided by the volume of the distribution space (mL). I would propose to use lower-case letters "c" for concentrations.
Tissue concentration and concentration are related by the volume of distribution v (dimensionless and 0<v<1), defined as the volume of the distribution space (mL) divided by the total tissue volume (mL). The relationship is:
C = vc
So C is always smaller than c because the same number of particles is distributed over a larger volume.
Why does this matter? If you don't make this distinction between the two concentrations, you get very ambiguous statements.
Consider for instance a two-compartment exchange model with compartments p and e. Using the proposed definitions and notations, we can write 3 unambiguous statements, which are all correct (v=vp+ve):
C = vp * cp+ve * ce
v * c = vp * cp + ve * ce
C = Cp + Ce
Still using the same notations, the following statements are all wrong:
C = vp * Cp + ve * Ce
v * C = vp * Cp + ve * Ce
c = cp+ce
Now lets assume we are not distinguishing explicitly between these two types of concentrations, and use the same lower-case notation for both. Then we have said that the following statements are correct:
c = vp * cp+ve * ce
v * c = vp * cp + ve * ce
c = cp + ce
and that these are wrong:
c = vp * cp + ve * ce
v * c = vp * cp + ve * ce
c = cp+ce
Very confusing, yet that is how it is commonly done - we are supposed to know from the context and definitions in the text which definition of concentration is used in each case. Depending on which definition or notation is used, any of these statements can be either true or false. What is extra confusing is that the definition is often implicit, in which case we need to try and work out from the math which concentration is which.
The distinction is relevant when looking at indicator flux as well. For instance, still in the 2-compartment exchange model, which is the correct expression for the backflux from extravascular compartment (e) to plasma compartment (p)?
PS * ce
or
kep * ce
Answer: It depends on how you define the concentration. Using the proposed notations and definitions, this is correct and unambiguous:
PS * ce = kep * Ce
You can check that this also leads to the correct relation between PS and kep. Because Ce = ve * ce we find PS = kep * ve. The mean transit time of e is ve/PS or also 1/kep.
As a note, traditional pharmacokinetics only uses the "concentration" (c, relative to distribution volume) which is why I propose to refer to this quantity as simply "concentration". It is only in an imaging context that the tissue concentration C becomes a relevant quantity, because that is what is ultimately measured. The "concentration" c can only be derived from imaging data by modelling or making assumptions on certain distribution volumes.