Tutorials › Pharmacometrics › QSP Models of Immune Checkpoint Inhibitors
Pharmacometrics · Quantitative Systems Pharmacology

QSP Models of Immune Checkpoint Inhibitors

Learn how quantitative systems pharmacology models connect immune checkpoint inhibitor exposure to target engagement, T-cell activation, tumor-immune dynamics, combination therapy, and mechanistic predictions in oncology.

Intermediate QSP Modeling Oncology Immuno-Oncology
01 · The big picture

1. Why Model Immune Checkpoint Inhibitors?

Immune checkpoint inhibitors (ICIs) are therapies that modify inhibitory signals controlling antitumor immune responses. Examples include antibodies directed against PD-1, PD-L1, or CTLA-4. Their pharmacology is fundamentally different from that of a drug whose primary effect is direct inhibition of a single tumor-cell signaling pathway.

The clinical effect of an ICI can emerge through a sequence of biological events involving drug exposure, target binding, checkpoint blockade, immune-cell activation, trafficking, tumor-cell killing, antigen release, and changes in the tumor microenvironment.

A quantitative systems pharmacology (QSP) model provides a mechanistic framework for representing these interconnected processes mathematically. Instead of describing only the relationship between dose and a clinical endpoint, a QSP model attempts to represent intermediate biological states that connect treatment to outcome.

ICI dose exposure Target engagement T-cell activation Tumor response feedback, adaptation, and immune dynamics

An ICI QSP model connects drug exposure to intermediate biological mechanisms and ultimately to tumor dynamics. The arrows represent model relationships rather than a single linear biological pathway.

Core idea: QSP models are useful when the scientific question depends on interactions among multiple biological processes. For ICIs, the model can explicitly represent the chain from drug exposure and checkpoint blockade to immune activation and tumor-cell killing.
02 · The biology

2. What Is an Immune Checkpoint?

The immune system contains regulatory mechanisms that prevent excessive or inappropriate immune activation. These mechanisms include receptor-ligand interactions that can reduce T-cell activation or effector function.

In cancer, tumors can exploit immune-regulatory pathways to reduce effective antitumor responses. An ICI can interfere with one of these inhibitory interactions, changing the probability or strength of downstream immune activity.

Two commonly modeled checkpoint pathways are the PD-1/PD-L1 axis and the CTLA-4 pathway. Although both are immune checkpoints, they should not be treated as biologically interchangeable. Their expression patterns, cellular context, timing, and mechanistic roles can differ.

Checkpoint system Mechanistic feature Potential QSP representation
PD-1 / PD-L1 Inhibitory signaling associated with interactions between PD-1-expressing immune cells and PD-L1-expressing cells Receptor-ligand binding, target occupancy, inhibitory signaling, and effects on T-cell activity
CTLA-4 Regulation of T-cell activation through interactions involving antigen-presenting cells Checkpoint blockade, altered T-cell activation, and downstream immune-cell dynamics
Multiple checkpoints More than one inhibitory pathway may influence immune activity Parallel or interacting checkpoint modules within a larger mechanistic network

A QSP model does not need to represent every molecular interaction. The appropriate level of detail depends on the question. A model designed to study target occupancy may require a different representation from a model designed to simulate tumor growth under combination therapy.

03 · Model architecture

3. The Architecture of an ICI QSP Model

A mechanistic ICI model commonly contains several interconnected modules. These modules may represent drug disposition, target engagement, immune-cell populations, cytokine or signaling networks, tumor cells, and treatment-induced changes in the tumor microenvironment.

Drug exposure PK / concentration Target engagement binding / occupancy / blockade Immune module T cells · APCs · cytokines Tumor module growth · killing · resistance Tumor outcome

A modular QSP architecture allows pharmacokinetics, target engagement, immune biology, and tumor dynamics to be represented as interacting subsystems.

The modules do not necessarily correspond to separate software components. They are conceptual parts of the mathematical system. Depending on the model, a single differential equation may connect multiple modules, or an entire network of equations may be used to represent one biological process.

04 · Drug exposure

4. The PK Module: Getting the ICI to Its Target

The first layer of many ICI QSP models describes drug exposure. For an antibody therapeutic, the model may include systemic concentrations, distribution, clearance, and dosing. More detailed models can include tissue distribution or target-mediated processes when those features are scientifically important.

A simple one-compartment representation can be written as:

$$ \frac{dC}{dt} = \frac{R_{\mathrm{in}}(t)}{V} - \frac{CL}{V}C $$

where \(C\) is systemic drug concentration, \(V\) is the apparent distribution volume, \(CL\) is clearance, and \(R_{\mathrm{in}}(t)\) represents drug input.

For repeated IV dosing, the input function can represent a sequence of administrations. The resulting concentration-time profile then supplies the exposure input for the target-engagement component.

QSP principle: the PK component does not have to be highly complex. Its purpose is to generate an exposure profile that is sufficiently realistic for the downstream biological mechanisms being modeled.
05 · Target engagement

5. Modeling Checkpoint Target Engagement

Target engagement is the point where drug exposure is translated into a mechanistic interaction with the checkpoint system. For an antibody binding to a receptor or ligand, a simple binding model can be represented by:

$$ D + T \underset{k_{\mathrm{off}}}{\overset{k_{\mathrm{on}}}{\rightleftharpoons}} DT $$

Here \(D\) represents drug, \(T\) represents an unbound target, and \(DT\) represents the drug-target complex. The association and dissociation parameters are \(k_{\mathrm{on}}\) and \(k_{\mathrm{off}}\).

Under an equilibrium approximation, the dissociation constant can be written as:

$$ K_D=\frac{k_{\mathrm{off}}}{k_{\mathrm{on}}} $$

A simplified occupancy relationship is:

$$ \mathrm{Occupancy} = \frac{C}{K_D+C} $$

This equation is intentionally simplified. In a full QSP model, free drug concentration, target abundance, receptor turnover, binding kinetics, tissue distribution, and competing ligands may all affect target engagement.

Important distinction: drug concentration, target occupancy, checkpoint blockade, and biological response are different quantities. A QSP model can explicitly represent the transitions between them rather than assuming that concentration is equivalent to effect.
06 · From blockade to biology

6. From Checkpoint Blockade to T-Cell Activity

Checkpoint blockade is not itself the final biological outcome. A QSP model must specify how reducing an inhibitory signal changes downstream immune behavior.

One simplified representation might define an effective activation signal as:

$$ S_{\mathrm{act}} = S_{\mathrm{base}} + S_{\mathrm{stim}} - S_{\mathrm{checkpoint}} $$

where the checkpoint term represents inhibitory signaling. An ICI can reduce this term through target engagement.

The resulting signal could then influence T-cell proliferation, activation, trafficking, cytotoxic activity, or survival. For example, a generic turnover equation for an activated T-cell population \(T_a\) might be:

$$ \frac{dT_a}{dt} = k_{\mathrm{act}}S_{\mathrm{act}}T_{\mathrm{available}} - k_{\mathrm{loss}}T_a $$

This is a conceptual equation rather than a universal biological law. Different QSP models may use substantially different representations of T-cell activation.

Why intermediate mechanisms matter

Suppose two treatment regimens generate similar systemic concentrations but different immune-cell exposure or target engagement. A model containing only concentration and tumor size may not be able to explain the difference mechanistically. A QSP model can introduce the intermediate states needed to investigate such hypotheses.

07 · Tumor dynamics

7. Modeling Tumor Growth and Immune-Mediated Killing

The tumor component describes how tumor burden changes over time. A simple tumor model might begin with intrinsic tumor growth and add an immune-mediated killing term.

For example:

$$ \frac{dN}{dt} = k_gN - k_{\mathrm{kill}}T_aN $$

where \(N\) is tumor-cell burden, \(k_g\) is an intrinsic growth parameter, \(T_a\) is activated immune-cell abundance or activity, and \(k_{\mathrm{kill}}\) controls immune-mediated killing.

This model is deliberately simplified. More realistic tumor modules can represent logistic growth, Gompertz growth, multiple tumor-cell states, resistant populations, necrotic compartments, spatial effects, or treatment-induced changes in tumor-cell susceptibility.

Model component Example state variable Potential biological interpretation
Tumor cells \(N\) Tumor burden or viable tumor-cell population
Effector T cells \(T_a\) Activated antitumor immune population
Checkpoint target \(T_g\) Available receptor or ligand
Drug-target complex \(DT\) Bound checkpoint target
Cytokine \(I\) Immune mediator affecting activation or proliferation
Resistant tumor population \(N_r\) Tumor population with reduced sensitivity to immune killing

The important point is not the specific equation but the structure of the causal hypothesis: immune activity influences tumor dynamics, while tumor burden can in turn influence antigen availability and the immune environment.

08 · Feedback

8. Why QSP Models Often Need Feedback Loops

The immune system is a dynamic network rather than a one-directional pathway. Tumor cells can influence immune activation, immune cells can alter tumor-cell populations, and changes in tumor burden can modify the biological environment in which treatment acts.

Tumor antigen · burden · signals Immune activation · killing antigen / immune stimulation immune-mediated tumor killing Dynamic feedback

Feedback loops allow the model to represent biological processes in which changes in tumor burden alter immune activity and immune activity subsequently alters tumor burden.

These feedbacks are one reason QSP models can behave differently from simple exposure-response models. A small change in one mechanism can propagate through the network and alter the long-term trajectory of several state variables.

09 · Tumor microenvironment

9. Representing the Tumor Microenvironment

The tumor microenvironment can contain tumor cells, T cells, antigen-presenting cells, macrophages, stromal cells, cytokines, chemokines, and other biological components. ICI response can depend on interactions among these components.

A QSP model may therefore include variables representing immune-cell populations and mediators rather than treating the tumor as a single homogeneous compartment.

Component Potential role in a QSP model
CD8+ T cells Effector population capable of contributing to tumor-cell killing
CD4+ T cells Helper and regulatory functions that can influence immune dynamics
Regulatory T cells Potential inhibitory influence on antitumor immune activity
Antigen-presenting cells Representation of antigen presentation and T-cell activation processes
Macrophages Potential contribution to inflammatory, suppressive, or tissue-level processes
Cytokines Signals that influence proliferation, activation, trafficking, or suppression
Checkpoint ligands Control points for inhibitory signaling and ICI-mediated blockade

The modeler must decide which components are necessary for the question being studied. Adding biological detail without sufficient data can increase model complexity without providing additional identifiable information.

10 · Tumor response

10. Connecting Immune Activity to Tumor Response

Tumor response can be represented in several ways. A model might predict total tumor-cell burden, viable tumor volume, a biomarker associated with tumor burden, or another clinically relevant response measure.

For a simple model, tumor burden might follow:

$$ \frac{dN}{dt} = G(N) - K(T_a,N) $$

where \(G(N)\) represents tumor growth and \(K(T_a,N)\) represents immune-mediated killing. The two functions can be made more mechanistic as needed.

For example, immune killing might saturate with increasing immune activity:

$$ K(T_a,N) = \frac{k_{\mathrm{max}}T_a}{K_T+T_a}N $$

This formulation implies that increasing \(T_a\) eventually produces diminishing increases in the per-cell killing rate. Other model structures can represent different biological hypotheses.

Modeling distinction: tumor shrinkage is an observed outcome, whereas the modeled immune-cell and signaling variables are mechanistic hypotheses intended to explain how that outcome arises.
11 · Combination therapy

11. Why QSP Is Useful for ICI Combinations

One important application of oncology QSP is the study of combination therapy. A combination may contain two immune-modulating agents, an ICI plus a targeted therapy, an ICI plus chemotherapy, radiation plus immunotherapy, or other treatment modalities.

The key question is not simply whether two drugs are given together. It is how their mechanisms interact inside the biological system.

Combination mechanism Possible QSP representation
Two checkpoint inhibitors Separate target-binding and blockade modules connected to shared immune dynamics
ICI + targeted therapy Targeted therapy changes tumor-cell state or antigenicity while ICI modifies immune activity
ICI + chemotherapy Cytotoxic treatment changes tumor burden and potentially immune-relevant signals
ICI + radiation Radiation changes tumor-cell populations and potentially antigen or inflammatory signals
ICI + cytokine therapy One therapy changes immune signaling while the ICI changes checkpoint-mediated inhibition

A mechanistic model can therefore provide a framework for testing hypothetical combinations through simulation before all combinations can be evaluated experimentally.

Importantly, a simulated combination response is a model-based prediction. It is not equivalent to evidence from a clinical trial.

12 · Biomarkers

12. Incorporating Biomarkers Into ICI QSP Models

ICI response can vary substantially across patients. QSP models can incorporate biomarkers when there is a mechanistic reason to connect the biomarker to a model component.

Biomarker or characteristic Potential mechanistic connection
PD-L1 expression Checkpoint ligand abundance and potential target engagement
T-cell infiltration Initial or dynamic abundance of immune effector cells
Tumor mutational characteristics Potential relationship to antigen generation or tumor immunogenicity
Gene-expression signatures Potential representation of immune activation or suppressive states
Tumor burden Initial condition of the tumor-growth component
Circulating immune markers Potential information about systemic immune state or treatment response

A biomarker should not be inserted into a QSP model merely because it correlates with response. A mechanistic interpretation requires an explicit hypothesis about which model component the biomarker informs and how that component affects downstream dynamics.

13 · Patient heterogeneity

13. Representing Between-Patient Variability

A major challenge in oncology is that patients can have different tumor and immune-system states before treatment begins. A QSP model can represent this heterogeneity through different initial conditions, parameter values, or both.

For example, patient \(i\) might have a different baseline tumor burden:

$$ N_i(0)=N_{0,i} $$

or a different immune-cell abundance:

$$ T_{a,i}(0)=T_{0,i} $$

Parameters can also vary between individuals. A population model might represent a parameter such as an immune-mediated killing rate using a log-normal distribution:

$$ \log(k_{\mathrm{kill},i}) = \log(\theta_{\mathrm{kill}}) + \eta_i $$

where \(\theta_{\mathrm{kill}}\) is the typical population value and \(\eta_i\) represents between-patient variability.

This distinction is useful because two patients receiving the same dose can experience different biological trajectories even when their systemic drug exposure is similar.

14 · A compact mechanistic system

14. A Simple ICI QSP Model in Equations

To see how the pieces fit together, consider a deliberately simplified system containing drug exposure, checkpoint target engagement, activated T cells, and tumor burden.

Drug concentration

$$ \frac{dC}{dt} = -\frac{CL}{V}C $$

Checkpoint binding

$$ \frac{dB}{dt} = k_{\mathrm{on}}C(T-B) - k_{\mathrm{off}}B $$

Here \(B\) is the concentration of drug-target complex and \(T\) is the total target concentration in the modeled compartment.

Activated T cells

$$ \frac{dT_a}{dt} = k_{\mathrm{act}}(1-I_{\mathrm{inh}})T_{\mathrm{avail}} - k_{\mathrm{loss}}T_a $$

The inhibitory term \(I_{\mathrm{inh}}\) can itself depend on checkpoint engagement. A simple relationship might be:

$$ I_{\mathrm{inh}} = I_0(1-\phi B) $$

where \(\phi\) describes the degree to which checkpoint engagement changes inhibitory signaling.

Tumor burden

$$ \frac{dN}{dt} = k_gN - \frac{k_{\mathrm{kill}}T_a}{K_T+T_a}N $$

The complete model is therefore a coupled system:

$$ C(t) \rightarrow B(t) \rightarrow T_a(t) \rightarrow N(t) $$

with feedbacks and additional biological processes potentially added as the scientific question requires.

Why this matters: the model can distinguish exposure from target engagement, target engagement from immune activation, and immune activation from tumor response. Those distinctions are central to mechanistic interpretation of ICI pharmacology.
15 · Worked example

15. Worked Example: From ICI Exposure to Tumor Dynamics

Consider a hypothetical ICI model with the following simplified assumptions:

  • Initial tumor burden is \(N(0)=1.0\times10^9\) cells.
  • Systemic drug concentration at a particular time is \(C=10\) units.
  • The effective binding constant is \(K_D=5\) units.
  • Activated immune-cell activity is represented by \(T_a=0.50\) model units.
  • The intrinsic tumor growth rate is \(k_g=0.020\) day\(^{-1}\).
  • The maximum immune-mediated killing coefficient is \(k_{\mathrm{kill}}=0.060\) day\(^{-1}\).
  • The half-saturation constant for immune activity is \(K_T=0.25\) model units.

Step 1: Approximate target occupancy

$$ \mathrm{Occupancy} = \frac{C}{K_D+C} = \frac{10}{5+10} = 0.667 $$

The simplified model therefore predicts approximately 66.7% occupancy at this concentration. This is a model quantity, not a direct prediction of clinical efficacy.

Step 2: Calculate the immune-mediated killing rate

$$ k_{\mathrm{immune}} = \frac{k_{\mathrm{kill}}T_a}{K_T+T_a} $$
$$ k_{\mathrm{immune}} = \frac{0.060(0.50)}{0.25+0.50} = 0.040\text{ day}^{-1} $$

Step 3: Determine the instantaneous tumor-growth rate

The tumor equation is:

$$ \frac{dN}{dt} = (k_g-k_{\mathrm{immune}})N $$

Therefore:

$$ \frac{dN}{dt} = (0.020-0.040)(1.0\times10^9) = -2.0\times10^7 \text{ cells/day} $$

Under these simplified assumptions, the instantaneous model trajectory is decreasing at approximately 20 million cells per day.

Step 4: Interpret the result

The example illustrates how a QSP model can connect multiple mechanistic layers: concentration influences target occupancy; target engagement can influence immune activity; immune activity affects tumor-cell killing; and the balance between tumor growth and killing determines the direction of the tumor trajectory.

Important: this numerical example is intentionally illustrative. The parameter values are hypothetical and the equations are simplified. A real ICI QSP model would require biological justification, data integration, parameter estimation, qualification, and uncertainty assessment.
16 · Exposure-response

16. Why Concentration Alone May Not Explain ICI Response

For many conventional drugs, it can be useful to relate exposure directly to pharmacologic effect. For an ICI, however, the path from concentration to tumor response may contain multiple biological steps.

$$ \text{Concentration} \rightarrow \text{Target engagement} \rightarrow \text{Checkpoint blockade} \rightarrow \text{Immune activation} \rightarrow \text{Tumor killing} \rightarrow \text{Tumor response} $$

This does not mean that a direct exposure-response model is inappropriate. Rather, a QSP model provides additional mechanistic variables that can be examined when concentration alone is insufficient to answer the scientific question.

For example, two regimens could produce similar average concentrations but different patterns of target occupancy or different downstream immune dynamics. A mechanistic model can be used to investigate whether those differences could plausibly produce different long-term outcomes.

17 · Resistance

17. Modeling Primary and Acquired Resistance

Not every tumor responds to checkpoint blockade, and tumors that initially respond can later progress. QSP models can represent potential mechanisms of resistance when sufficient biological evidence exists to support them.

One conceptual approach is to divide the tumor into sensitive and resistant populations:

$$ N=N_s+N_r $$

The sensitive population might be affected by immune-mediated killing:

$$ \frac{dN_s}{dt} = k_{g,s}N_s - k_{\mathrm{kill}}T_aN_s - k_{\mathrm{switch}}N_s + k_{\mathrm{reverse}}N_r $$

while the resistant population could follow:

$$ \frac{dN_r}{dt} = k_{g,r}N_r + k_{\mathrm{switch}}N_s - k_{\mathrm{reverse}}N_r $$

The switching terms represent a hypothetical transition between states. Other models may represent resistance through antigen loss, altered antigen presentation, immune exclusion, checkpoint-independent suppression, or changes in tumor-cell susceptibility.

Mechanistic caution: adding a resistance pathway does not establish that the pathway causes clinical resistance. It establishes a hypothesis that can be tested against available data and used for simulation if the model is adequately supported.
18 · Simulation

18. What Can an ICI QSP Model Be Used to Simulate?

Once the model has been calibrated and evaluated, simulations can explore hypothetical conditions that may be difficult or expensive to study experimentally.

  • Alternative dosing schedules.
  • Different exposure levels.
  • Changes in target expression or target turnover.
  • Different baseline immune-cell states.
  • Potential combination mechanisms.
  • Changes in tumor growth or immune-killing parameters.
  • Potential sources of patient heterogeneity.
  • Mechanistic explanations for observed biomarker-response relationships.
  • Hypothetical treatment sequences or treatment interruptions.

Simulation is particularly useful for separating mechanistic hypotheses. For example, one simulation may hold tumor sensitivity constant while varying immune-cell abundance, whereas another may hold immune abundance constant while varying tumor susceptibility.

The resulting differences can help identify which mechanisms are capable of generating the observed behavior, although simulations alone cannot establish which mechanism is actually operating in patients.

19 · Calibration

19. Parameter Estimation and Calibration

An ICI QSP model may contain many parameters. Some can be informed directly by experimental measurements, while others may require estimation from integrated datasets.

Parameter type Potential information source
PK parameters Clinical concentration-time data or established population PK analyses
Binding parameters In vitro binding or pharmacology experiments
Target abundance Tissue, cellular, or molecular measurements
Immune-cell turnover Preclinical or clinical biomarker data
Cytokine dynamics Experimental or clinical longitudinal measurements
Tumor growth parameters Longitudinal tumor measurements or natural-history data
Immune-killing parameters Mechanistic experiments and clinical response data

A central QSP challenge is that not every parameter can be uniquely estimated from every dataset. Some parameters may need to be fixed from external evidence, constrained by prior knowledge, estimated jointly, or represented through distributions rather than single values.

This is why parameter identifiability, sensitivity analysis, and uncertainty assessment are essential components of mechanistic model development.

20 · Sensitivity analysis

20. Sensitivity Analysis in ICI QSP

Sensitivity analysis asks how strongly model predictions change when model parameters or inputs are changed.

A local sensitivity measure can be represented conceptually as:

$$ S_{y,p} = \frac{\partial y}{\partial p} $$

where \(y\) is a model output and \(p\) is a parameter. A normalized sensitivity can also be used:

$$ S_{y,p}^{\mathrm{norm}} = \frac{p}{y} \frac{\partial y}{\partial p} $$

For a QSP model, outputs might include tumor burden at a particular time, target occupancy, immune-cell abundance, or probability of a specified response criterion.

Global sensitivity methods can explore parameter variation over a broader range and can help identify interactions among parameters.

Practical use: sensitivity analysis can help distinguish parameters that strongly influence predictions from parameters that have relatively little influence on the selected output. It can also reveal which biological measurements would most reduce model uncertainty.
21 · Model qualification

21. How Should an ICI QSP Model Be Evaluated?

A QSP model should be evaluated against its intended purpose. Because a mechanistic model can be complex, matching one dataset is not sufficient evidence that the complete biological system has been adequately represented.

  1. Check structural assumptions. Are the modeled mechanisms appropriate for the scientific question?
  2. Verify equations and implementation. Does the software implement the intended model correctly?
  3. Check parameter plausibility. Are parameter values consistent with available biological evidence?
  4. Evaluate calibration. Can the model reproduce relevant observations used during development?
  5. Perform sensitivity analysis. Which assumptions and parameters drive the predictions?
  6. Evaluate external predictions. Where possible, compare predictions with data not used to fit the model.
  7. Assess uncertainty. How much do predictions change under plausible parameter uncertainty?
  8. Document limitations. Clearly identify mechanisms that are simplified, uncertain, or unsupported by direct data.

Model qualification is therefore broader than goodness-of-fit. The objective is to establish whether the model is sufficiently credible for the intended use.

22 · Virtual populations

22. Virtual Patients and Population Simulation

A mechanistic QSP model can be used to generate a virtual population by varying parameters or initial conditions according to distributions intended to represent patient heterogeneity.

For example, baseline tumor burden, immune-cell abundance, target expression, or tumor-cell sensitivity could vary across simulated individuals.

$$ \boldsymbol{\theta}_i \sim P(\boldsymbol{\theta}) $$

where \(\boldsymbol{\theta}_i\) is the parameter vector for virtual patient \(i\), and \(P(\boldsymbol{\theta})\) represents the assumed population distribution.

Each virtual patient can then be simulated under one or more treatment scenarios. The resulting population of trajectories can be summarized to explore how biological heterogeneity may influence treatment response.

Virtual patients are not real patients. They are simulations generated from assumptions and parameter distributions. Their usefulness depends on how well those assumptions represent the biological population relevant to the intended application.
23 · Translational use

23. Using QSP to Explore Biomarker-Response Relationships

One of the strengths of QSP is the ability to connect a measurable biomarker with an unobserved or difficult-to-measure biological mechanism.

For example, suppose a biomarker \(X\) is associated with baseline immune infiltration. A model might represent:

$$ T_a(0)=f(X) $$

The model could then propagate this baseline difference through immune activation and tumor killing to predict different tumor trajectories.

This provides a mechanistic hypothesis:

$$ X \rightarrow T_a(0) \rightarrow \text{immune killing} \rightarrow N(t) $$

The value of the model is that it makes the proposed causal pathway explicit and allows the implications of the hypothesis to be examined quantitatively.

24 · Combination example

24. Worked Conceptual Example: ICI Plus a Second Therapy

Suppose a second therapy increases the effective antigenic stimulus experienced by the immune system. A simplified QSP representation could introduce an additional factor \(A(t)\) into the immune-activation equation:

$$ \frac{dT_a}{dt} = k_{\mathrm{act}}A(t) \left(1-I_{\mathrm{inh}}\right) T_{\mathrm{avail}} - k_{\mathrm{loss}}T_a $$

The ICI primarily affects \(I_{\mathrm{inh}}\), while the second therapy changes \(A(t)\). The two treatments therefore act on different parts of the mechanistic system.

A simulation could compare:

  • ICI alone: \(A(t)\) remains at its baseline value.
  • Second therapy alone: \(I_{\mathrm{inh}}\) remains unchanged.
  • Combination: both mechanisms are active.

The model can then determine whether the combined mechanism produces a qualitatively different tumor trajectory under the assumed parameter values.

Mechanistic interpretation: QSP can make a proposed combination mechanism explicit. Whether the simulated interaction corresponds to a clinically meaningful benefit still requires empirical validation.
25 · Interpretation

25. What ICI QSP Models Do Not Tell Us Automatically

QSP models can be powerful, but their predictions remain conditional on their assumptions, data, parameter values, and implementation.

  • A mechanistic model is not a complete representation of biology. Important processes may be omitted or simplified.
  • A good fit does not prove mechanism. Multiple mechanisms can sometimes produce similar observed trajectories.
  • Parameter values may not be uniquely identifiable. Different parameter combinations can generate similar model outputs.
  • Unmeasured biological states can be uncertain. A model may infer intermediate variables that are difficult to observe directly.
  • Virtual populations depend on their assumptions. Simulated heterogeneity does not automatically reproduce clinical heterogeneity.
  • Combination predictions require validation. Simulated synergy or response differences are hypotheses until supported by evidence.
  • Extrapolation can be uncertain. Predictions outside the conditions represented by the calibration data may depend strongly on model assumptions.
Modeling principle: the credibility of an ICI QSP prediction comes from the combination of biological rationale, appropriate mathematical structure, parameter evidence, model evaluation, uncertainty analysis, and validation—not from model complexity alone.
26 · Practical workflow

26. A Practical Workflow for Building an ICI QSP Model

  1. Define the scientific question. Determine whether the objective concerns target engagement, dose selection, mechanism of action, combination therapy, biomarker interpretation, resistance, or another question.
  2. Define the model scope. Identify the biological processes that are necessary to answer the question and avoid adding mechanisms without a clear purpose.
  3. Construct the biological network. Map the relationships among drug exposure, checkpoint targets, immune populations, tumor cells, and relevant signaling processes.
  4. Translate the network into equations. Define state variables, parameters, initial conditions, inputs, and outputs.
  5. Assign parameter sources. Use experimental, clinical, literature, or prior model information where appropriate. Clearly distinguish measured quantities from assumed or estimated quantities.
  6. Implement and verify the model. Check units, mass balance where applicable, numerical stability, limiting behavior, and implementation against the intended equations.
  7. Calibrate to relevant data. Use appropriate datasets to estimate parameters or constrain uncertain mechanisms.
  8. Perform sensitivity and uncertainty analysis. Determine which assumptions and parameters drive the predictions.
  9. Evaluate predictive performance. Where possible, compare model predictions with data not used for calibration.
  10. Simulate scenarios. Use the qualified model to explore treatment regimens, combinations, biomarkers, or mechanistic hypotheses relevant to the original question.
  11. Document limitations. State which mechanisms are well supported, which are simplified, and which remain uncertain.
27 · Model hierarchy

27. QSP vs. Conventional PK/PD Models

QSP and conventional PK/PD models are not mutually exclusive approaches. A QSP model can contain PK and PD components, but typically places those components within a larger mechanistic biological network.

Approach Typical focus Example question
PK model Drug concentration and disposition What concentration results from this dosing regimen?
PK/PD model Exposure-effect relationship How does drug exposure relate to a pharmacologic effect?
Mechanistic PD model Biological pathway or effect mechanism How does target modulation change a downstream biological response?
QSP model Interacting biological systems How might drug exposure, checkpoint blockade, immune dynamics, tumor biology, and combination mechanisms jointly determine response?

The distinction is therefore largely one of scope and mechanistic representation rather than a strict separation between model types.

28 · Model extensions

28. Extensions of ICI QSP Models

Once the core model is established, additional mechanisms can be introduced when supported by the scientific question and available evidence.

  • Multiple checkpoint pathways.
  • Immune-cell trafficking between blood, tumor, and lymphoid compartments.
  • Antigen presentation and priming.
  • Cytokine and chemokine networks.
  • Myeloid-cell and regulatory-cell populations.
  • Tumor heterogeneity and resistant subpopulations.
  • Spatial or tissue-specific processes.
  • Combination therapy mechanisms.
  • Patient-specific biomarkers and virtual populations.
  • Bayesian parameter estimation and uncertainty propagation.
  • Model-based dose and regimen exploration.

The model should evolve according to the scientific question rather than simply accumulating biological detail. Each additional mechanism introduces parameters, assumptions, and potential identifiability challenges.

29. Key Takeaways

  • Immune checkpoint inhibitors act through biological pathways involving drug exposure, checkpoint binding, immune regulation, and tumor-immune interactions.
  • QSP models provide a mechanistic framework for connecting these processes mathematically.
  • A typical ICI QSP model can contain PK, target engagement, immune-cell, signaling, tumor-growth, and tumor-killing modules.
  • Drug concentration, target occupancy, checkpoint blockade, immune activation, and tumor response are distinct quantities and should not automatically be treated as equivalent.
  • Tumor and immune systems can form feedback loops, making ICI response a dynamic rather than purely linear process.
  • Combination therapies can be represented by placing different treatments at different points in the mechanistic network.
  • Biomarkers can be incorporated when there is a defensible mechanistic relationship between the biomarker and a model state, parameter, or initial condition.
  • Patient heterogeneity can be represented through differences in parameters, initial conditions, or both.
  • Sensitivity analysis and uncertainty assessment are especially important because QSP models often contain many parameters that cannot all be estimated precisely from a single dataset.
  • Virtual populations are simulations based on assumptions about biological variability; they are not substitutes for clinical evidence.
  • A model that reproduces observed data does not automatically establish the biological mechanism represented by the model.
  • The credibility of a QSP prediction depends on biological rationale, mathematical structure, parameter evidence, model verification, qualification, uncertainty analysis, and appropriate validation.
Next step

Where to Go Next

A natural progression is to study the individual components of an ICI QSP model in greater depth: target engagement, immune-cell dynamics, tumor growth and tumor killing, biomarker modeling, QSP sensitivity analysis, parameter estimation, and model qualification.

The next step can then be to combine these components into a complete oncology QSP workflow, including calibration, virtual populations, uncertainty analysis, and simulation of immune-checkpoint inhibitor combinations.

← Back to Pharmacokinetics Tutorials