@@ -28,6 +28,7 @@ This document collects sources of evidence for baseline parameter values.
```{r setup, class.source = 'fold-hide'}
library(spleenrbc, warn.conflicts = FALSE)
suppressPackageStartupMessages(library(ggplot2))
suppressPackageStartupMessages(library(here))
output_dir <- here("outputs")
...
...
@@ -101,6 +102,10 @@ baseline <- baseline |>
dplyr::mutate(Evidence = dplyr::case_when(
Parameter == "MaxFold" ~ "[Maximum fold increase in RBC production]",
Parameter == "PMF" ~ "[Parasite multiplication]",
Parameter == "rho0" ~ "[Reticulocyte release from bone marrow]",
Parameter == "kappa" ~ "[Reticulocyte release from bone marrow]",
Parameter == "T_R" ~ "[Reticulocyte release from bone marrow]",
Parameter == "T_R_min" ~ "[Reticulocyte release from bone marrow]",
.default = ""
))
...
...
@@ -158,6 +163,88 @@ The manuscript text also states:
> The maturation time of the reticulocyte in the peripheral blood is taken as 1 day when the PCV is 0.45±0.5, 1.5 days when the PCV is 0.35±0.05, 2 days when the PCV is 0.25±0.05, and 3 days when the PCV is 0.15±0.05 (Hillman & Finch 1967).
Accordingly, the residence time in the bone marrow decreases from 3.5 days when the PCV is 0.45±0.5, down to 1 day when the PCV is 0.15±0.05.
Accordingly, the residence time in the bone marrow decreases from 3.5 days when the PCV is 0.45±0.5, down to 1.5 day when the PCV is 0.15±0.05.
The following function provides a reasonable characterisation, while maintaining a release age of 3.5 days in the absence of anaemia:
\begin{align}
t_r &= \begin{cases}
T_R & \text{when } \mathbf{U_c} > U_{ss}
\\
T_R^{\min} + (T_R - T_R^{\min}) \cdot \left(1 +
\exp\left[- s \cdot (U_{\mathrm{frac}} - i)\right]\right)^{-1}