What is the Channel Capacity of the Human Bloodstream?
Abubakar Abid


One of the purposes of the human circulatory system is that is serves as a transportation channel for hormones that coordinate information between different organs. For exmaple, the pituitary glad secretes a hormone known as ADH to regulate water absorption in the kidneys. Even early scientists recognized the role of hormones as such, naming them after the Greek for a word similar to "messenger" [1].

If the circulatory system is viewed as a channel, it is natural to ask - what is its channel capacity? How much information can be sent through this system? Unlike a traditional abstract communication channel, the circulatory system has geometry-dependent properties, because competiting processes such as diffusion and advection occur at different length scales. As such, it becomes critical to specify between which nodes (e.g. organs) we are interested in computing the channel capacity. For our purposes, we will start by determining the channel capacity between the pituitary gland and kindey in the presence of diffusion, advection, and absorption.

Specifically, my goals are to:

  1. Define information and entropy within the context of molecular communication
  2. To model the various transportation phenomenon that are occurring in the bloodstream.
  3. To understand the time scales at which cellular signal transduction can occur and use that to derive a bandwidth for molecular communication.
  4. To understand and model the sources of noise in the molecule-bloodstream system.
  5. To derive an analytical expression for the channel capacity that depends on geometric and biological factors.
  6. To derive a numerical estimate of the channel capacity between the pituitary gland and kidneys, and potentially other organs as well.

Work in Progress:

  1. Define information and entropy within the context of molecular communication
  2. In molecular communication, information is conveyed through the presence or absence of signaling molecules as a function of time [XX]. This can take different forms in the human body - for example, the presence of neurotransmitters can cause a neuron to undergo an action potential [XX]. Although the concentration of signaling molecules can convey information, in most cellular contexts, the receiving cell has no direct way of measuring this concentration. Instead, the concentration corresponds somewhat to a probability of detection, or to the probability that a particular cellular threshold has been reached (e.g. the threshold to fire an action potential).

    We may choose to represent the time-sequence of molecules, $$m = {m_0, m_1, m_2 ...}$$ as a sequence of real-valued numbers between 0 and 1, representing a normalized concentration. In turn, the receiving cell maps these molecules as a sequence of signals $$s = {s_0, s_1, s_2 ...}$$ which we can represent as a binary sequence of only 0s and 1s. An intuitive mapping function would be something of the sort \(s = \left \lfloor{x+\frac{1}{2}}\right \rfloor \), but it could take a variety of forms - linear or non-linear, biased or unbiased, time-invariant or even time-varying. We do not concern ourselves with the mapping here, nor do we concern ourselves with how the cell interprets or acts on the signals it receives.

    Let us assume that the probability of receiving signals is not time-varying, so let \(p_0\) be the probability that the cell receives signal 0 and \(p_1\) be defined likewise. In this representation, information and entropy take their familiar forms, where information in getting a signal of 0 and 1, respectively, is $$ I_0 = -\log{p_0}, I_1 = -\log{p_1}$$ And the entropy of this system is: $$H(p) = -p_0\log{p_0} -p_1\log{p_1}$$

  3. To model the various transportation phenomenon that are occurring in the bloodstream
  4. Because the signal is carried by molecules in cellular communication, it is important to be able to model the way that signal is carried and distorted from the transmitting node to the receiving node. In particular, there are three important processes that are occurring when molecules travel through the bloodstream: advection, diffusion, and absorption (or removal). For simplicity of this analysis, we can treat transport through the bloodstream as a 1-dimensional problem, where all movement is occurring in the direction of the blood flow. In this case, we assume that advection is entirely in the x-direction (see Figure below), which is reasonble, since the blood flow velocity in the axial direction can never be high due to boundary conditions on the vessel walls. We assume the same for diffusion, which is reasonable, because of the narrow width of the blood vessels ensuring a homogenous molecule concentration in a short period of time. Absorption/removal is due to a variety of factors, including molecular absorption by the vessel walls, as well as by major organs. In this case, we assume that this absorption occurs in a continuous distributed fashion, and is proportional to the concentration of the molecular signal.

    Taking all of these factors together, we write the master diffusion equation as [XX]: $$ \frac{dc(x,t)}{dt} = D\frac{d^2c(x,t)}{dx^2} - \frac{d (v(x) c(x,t))}{dx} - rc(x,t)$$ Where \(D\) is the diffusion constant for the signaling molecule, \(v(x)\) is the velocity of blood flow, which is assumed to be time-invariant in a particular part of the body (where steady state has been reached), but is potentially varying across the circulatory system, and \(r\) is the removal absorption rate.

    Now, this equation cannot be solved analytically. However, we are not interested in the complete solution. We are only interested in the concentration at a particular receiving location, \(c(x_r,t)\) with the initial condition being an impulse concentration (representing a transmitted signal) at x=0 on top of a background steady-state concentration of molecule, which is the result of an equilbrium between the build-up due to released molecules over time and the rate at which molecules are removed by the absorption in the blood vessel walls and major organs. $$ c(x,0) = A\delta(x) + c_0$$ Now, let us consider the three processes separately.

I am tempted to consider each of the processes occurring separately. If each of the effects is applied separately, then is the impulse response of the entire system, just?
$$ h(x,t) = e^{-rt} \cdot \frac{1}{\sqrt{4 \pi t}} e^{-(x-v_{avg}t)^2/4t} $$

Simulations

I made a MATLAB simulation to visualize the transport of hormones from one part of the bloodstream to the other. Impulses of molecules can be generated from the generating cell (left), as shown in these simulations, and when a significant chunk of them reach the receiving cell (right), it flashes green. In this case, the threshold is -10 in log units.

An impulse train be generated by repeatedly pressing one of the buttons.

Different sized impulses can be generated to see the effect of size on propagation.

The pde is designed to be solved with periodic boundary conditions (this is a manual hack; MATLAB's pde solver doesn't allow periodic boundary conditions, so ode15 is repeatedly used)

When the threshold for activating a signal at the receiving cell is reached, it flashes green.

Prior Research

Given this exploration, I figured it was time to go back and read the prior research in molecular communication and signaling. The earliest paper in the field of information capacity of a molecular system that I could find is Yamamoto's from 1962. In it, he derives the information capacity of the bloodstream as follows: 1. He lays out there are multiple parallel channels in the form of different signaling molecules or hormones 2.

References

[1] "Transmission of Information by the Arterial Blood Stream with Particular Reference to Carbon Dioxide" William S. Yamamoto [2] http://math.mit.edu/classes/18.086/2006/am54.pdf

Feedback

Zed and Landsky Olfactory, codespace size, thomas schneider nih