Tutorials › Pharmacometrics › Biological Network Models for QSP
Pharmacokinetics · QSP Foundations

Biological Network Models for QSP

Learn how biological network models represent signaling, regulation, feedback, and interactions among biological components—and how these networks become quantitative systems pharmacology models that connect drug action to downstream biological responses.

Intermediate QSP Foundations Systems Biology Mechanistic Modeling
01 · The big picture

1. What Is a Biological Network Model?

A biological network model represents interacting biological components and the relationships among them. Depending on the scientific problem, the nodes of the network may represent receptors, ligands, signaling proteins, transcription factors, cytokines, cell populations, physiological compartments, or disease processes.

The connections between nodes represent relationships such as activation, inhibition, production, degradation, transport, binding, or transformation.

Drug Receptor Signal Mediator Response biomarker / cell Nodes represent biological entities; edges represent mechanistic relationships.

A biological network can be viewed as a map of interacting components. QSP models add quantitative equations that describe how the states of those components change over time.

Core idea: a network diagram describes who interacts with whom; a quantitative QSP model additionally specifies how strongly, how quickly, and under what conditions those interactions occur.
02 · QSP connection

2. Why Are Biological Networks Important in QSP?

Quantitative systems pharmacology (QSP) uses mechanistic mathematical models to connect drug exposure with biological mechanisms and clinically relevant outcomes. Biological networks provide an organizing framework for that mechanistic description.

A conventional PK model may describe drug concentration over time. A QSP model can extend the chain substantially:

\[ \text{Dose}\rightarrow\text{PK}\rightarrow\text{Target engagement}\rightarrow\text{Signaling}\rightarrow\text{Cellular response}\rightarrow\text{Biomarker}\rightarrow\text{Clinical outcome} \]

The network provides the biological structure through which these processes are connected. Mathematical equations then turn that structure into a dynamic model that can be simulated.

This is especially useful when the scientific question involves mechanisms that are difficult to study directly in every clinical setting. A QSP model can combine experimental evidence from molecular, cellular, preclinical, and clinical studies within one coherent framework.

03 · Network structure

3. Nodes, Edges, and Biological Meaning

The simplest representation of a biological network contains two fundamental elements: nodes and edges.

Network elementTypical biological interpretationPossible QSP representation
Node Receptor, ligand, protein, metabolite, cell population, biomarker State variable or algebraic quantity
Directed edge Activation, production, transport, conversion Positive rate term or flux
Inhibitory edge Suppression, degradation, antagonism Negative or inhibitory rate term
Feedback edge Upstream or downstream regulation of a previous component Feedback term in one or more differential equations
Interaction Binding, competition, complex formation Mass-action, binding, or quasi-equilibrium equation

Importantly, the same biological network can be represented at different levels of detail. A receptor may be represented simply as an active fraction, explicitly as free and bound receptor species, or as part of a larger signaling cascade.

Modeling principle: the network is not the model itself. It is a structural representation from which the model equations, parameters, initial conditions, and observables are constructed.
04 · Activation and inhibition

4. Representing Activation and Inhibition

Many biological networks contain activating and inhibitory relationships. In a quantitative model, these relationships must be translated into mathematical functions.

Suppose a signaling component \(X\) is produced at a baseline rate and degraded at a first-order rate. A simple model is:

\[ \frac{dX}{dt}=k_{\mathrm{prod}}-k_{\mathrm{deg}}X \]

Now suppose an upstream signal \(S\) stimulates production of \(X\). One possible representation uses a Hill function:

\[ \frac{dX}{dt} = k_{\mathrm{prod}} \frac{S^n}{EC_{50}^n+S^n} -k_{\mathrm{deg}}X \]

Here, \(EC_{50}\) controls the signal level associated with half-maximal activation, while \(n\) controls the steepness of the response.

An inhibitory signal \(I\) can be represented using an inhibitory function such as:

\[ f_{\mathrm{inh}}(I) = \frac{1}{1+\left(\frac{I}{IC_{50}}\right)^m} \]

The resulting production term could then be written as:

\[ \frac{dX}{dt} = k_{\mathrm{prod}}f_{\mathrm{inh}}(I) -k_{\mathrm{deg}}X \]

These equations are examples rather than universal biological laws. The appropriate mathematical form depends on the mechanism being represented and the available evidence.

05 · Molecular interactions

5. Binding and Complex Formation in Networks

Drug-target binding is often one of the first mechanistic interactions incorporated into a QSP network.

Consider a drug \(D\) binding to a target \(R\) to form a complex \(DR\):

\[ \[ D+R \underset{k_{\mathrm{off}}}{\stackrel{k_{\mathrm{on}}}{\rightleftharpoons}} DR \]

A mass-action representation gives:

\[ \frac{dDR}{dt} = k_{\mathrm{on}}DR_{\! \mathrm{free}} - k_{\mathrm{off}}DR \]

More explicitly, if \(D\) and \(R\) denote the free concentrations:

\[ \frac{d[DR]}{dt} = k_{\mathrm{on}}[D][R] - k_{\mathrm{off}}[DR] \]

The equilibrium dissociation constant is related to the association and dissociation rates by:

\[ K_D=\frac{k_{\mathrm{off}}}{k_{\mathrm{on}}} \]

This type of interaction can connect a PK model to a biological signaling network. Drug concentration affects target engagement, target engagement affects signaling, and signaling can subsequently alter biomarkers or disease processes.

06 · From graph to equations

6. Turning a Biological Network Into ODEs

The major transition from a qualitative network to a quantitative QSP model occurs when biological relationships are expressed as rates of change.

Suppose a simplified network contains three components:

A signal B mediator C response activation activation

A directed network can be translated into coupled equations in which each node becomes a state variable and each connection contributes to one or more rate terms.

A simple dynamical representation might be:

\[ \frac{dA}{dt}=u_A-k_AA \]
\[ \frac{dB}{dt}=k_{AB}A-k_BB \]
\[ \frac{dC}{dt}=k_{BC}B-k_CC \]

The network structure is therefore reflected directly in the equations. \(A\) affects \(B\), \(B\) affects \(C\), and each component has its own turnover process.

Real QSP models are often much larger and may include nonlinear interactions, multiple compartments, feedback loops, transport processes, binding, cell populations, and drug-dependent effects.

07 · Feedback

7. Feedback Loops Are Central to Biological Networks

Biological systems frequently regulate themselves through feedback. A downstream product can inhibit an upstream process, or an activated pathway can induce a negative regulator that eventually suppresses the original signal.

For example:

Signal X Regulator Y induces negative feedback

Feedback can create delayed, nonlinear, or adaptive responses that cannot be represented adequately by a simple one-directional pathway.

A simplified negative-feedback model might be:

\[ \frac{dX}{dt} = k_{\mathrm{in}} \frac{1}{1+\left(\frac{Y}{IC_{50}}\right)^n} -k_{\mathrm{out}}X \]

If \(X\) stimulates production of \(Y\), while \(Y\) suppresses production of \(X\), the system becomes a coupled feedback model.

Feedback is one reason QSP models can produce temporal behavior such as adaptation, rebound, attenuation, delayed responses, and changes in sensitivity.

08 · Network motifs

8. Common Biological Network Motifs

Although biological networks can become very large, many contain recurring structural patterns called network motifs. These motifs can have useful mechanistic interpretations.

MotifBasic structurePossible biological behavior
Linear cascade A → B → C Sequential signaling or activation
Negative feedback A → B ┤ A Homeostasis, adaptation, attenuation
Positive feedback A → B → A Amplification or bistable behavior in some systems
Branching A → B and A → C One signal influencing multiple pathways
Competition A and B compete for C Receptor, substrate, or binding-site competition
Convergence A → C and B → C Multiple pathways influencing a common response

Recognizing these structures helps modelers understand how a complicated network can be decomposed into smaller mechanistic units.

09 · Drug mechanism

9. Connecting Drug Exposure to a Biological Network

A major purpose of QSP is to connect pharmacokinetics with mechanisms of drug action. A biological network can provide the intermediate structure.

For example, consider a drug that inhibits an enzyme. A simplified mechanistic chain might be:

\[ C_{\mathrm{drug}}(t) \rightarrow \text{Target engagement} \rightarrow \text{Pathway activity} \rightarrow \text{Biomarker} \rightarrow \text{Disease process} \]

The PK model describes \(C_{\mathrm{drug}}(t)\). A target-engagement model can then determine the fraction of target inhibited. Downstream network equations propagate that perturbation through the biological system.

A simple inhibitory exposure-response relationship could be:

\[ I(C)=\frac{C}{IC_{50}+C} \]

The fraction of uninhibited activity might then be:

\[ A(C)=1-I(C)=\frac{IC_{50}}{IC_{50}+C} \]

In a full QSP model, this relationship may be replaced or supplemented by explicit binding kinetics, receptor turnover, intracellular signaling, downstream feedback, or other mechanisms supported by the available evidence.

10 · Conservation

10. Mass Balance and Conservation in Network Models

Biological network models must often obey conservation relationships. When a species moves between states rather than being created or destroyed, the corresponding equations should reflect that accounting.

For example, suppose a target exists as free target \(R\) or drug-bound target \(DR\):

\[ R_{\mathrm{tot}}=R+DR \]

If total target is conserved over the time scale of interest, an increase in \(DR\) corresponds to a decrease in free \(R\).

More generally, a species balance can be expressed as:

\[ \frac{dX}{dt} = \text{inputs} - \text{outputs} + \text{production} - \text{consumption} \]

This mass-balance perspective is especially useful when constructing large QSP models because it provides a systematic way to translate biological mechanisms into equations.

Modeling check: when a model contains conserved quantities, verify that the equations preserve the intended total amount unless explicit production, degradation, or exchange processes are included.
11 · Biological compartments

11. Networks Can Span Multiple Biological Compartments

QSP networks often extend beyond a single well-mixed biological compartment. Drug and biological species may exist in plasma, extracellular fluid, tissues, cells, or subcellular compartments.

For example, a simplified model might contain:

CompartmentPossible componentsExample process
PlasmaDrug, soluble biomarkersSystemic distribution and elimination
Interstitial spaceDrug, ligand, cytokineExchange with plasma
CellReceptor, signaling proteinsBinding and intracellular signaling
TissueTarget cells, disease mediatorsCell turnover and tissue response

Transport between compartments can be represented by flux terms. For example, movement of \(X\) from compartment 1 to compartment 2 may be described by:

\[ \text{Flux}_{1\rightarrow2}=QX_1 \]

where \(Q\) represents a transfer parameter under the assumptions of the chosen model.

Combining spatial compartments with biological interactions allows QSP models to represent both where a process occurs and how biological components interact.

12 · Dynamic behavior

12. Multiple Biological Timescales

One of the most important features of biological networks is that different processes can occur on very different time scales.

ProcessIllustrative timescaleModeling implication
Drug bindingSeconds to minutesMay require relatively fast kinetic terms
Intracellular signalingMinutes to hoursCan generate rapid downstream responses
Protein turnoverHours to daysCan produce delayed biological effects
Cell proliferation or depletionDays to weeksCan determine longer-term treatment response
Disease progressionWeeks to months or longerMay require slow disease-state dynamics

When processes with very different time scales are coupled, the resulting model can exhibit delayed effects, transient behavior, accumulation, adaptation, or apparent hysteresis.

This is one reason QSP simulations can provide information that is difficult to infer from a single concentration-response relationship.

13 · Observations

13. From Hidden States to Measurable Biomarkers

Many biological network states are not measured directly in clinical studies. A model may contain dozens or hundreds of latent states while only a small subset are observed experimentally.

For example, a model might contain receptor activation, intracellular signaling intermediates, and immune-cell states, while the available clinical measurements are a plasma biomarker and a clinical endpoint.

An observation model connects the mechanistic state to the measured quantity:

\[ Y(t)=h(X(t),\theta)+\varepsilon(t) \]

where \(X(t)\) represents the underlying model states, \(h(\cdot)\) maps those states to the observed measurement, \(\theta\) contains relevant parameters, and \(\varepsilon(t)\) represents observation or residual variability.

Important distinction: a biological state can exist in the model without being directly observable. Model-based inference therefore depends on the available measurements, prior knowledge, structural assumptions, and parameter identifiability.
14 · Worked example

14. Worked Example: A Simple Drug-Signaling Network

Consider a hypothetical drug that inhibits an intracellular signaling pathway. We will use a deliberately simplified model to illustrate how a network becomes a set of equations.

Step 1: Define the network

The network contains three states:

  • \(D\): drug concentration at the site of action.
  • \(S\): active signaling mediator.
  • \(B\): downstream biomarker.

The assumed relationships are:

\[ D \dashv S \rightarrow B \]

The drug inhibits signaling, while signaling stimulates production of the biomarker.

Step 2: Specify drug-dependent signaling

Assume that drug suppresses signaling through an inhibitory Emax relationship:

\[ f_D(D)=\frac{1}{1+D/IC_{50}} \]

Let signaling have baseline production and first-order turnover:

\[ \frac{dS}{dt} = k_{S,\mathrm{in}}f_D(D) - k_{S,\mathrm{out}}S \]

Step 3: Specify biomarker dynamics

Suppose active signaling stimulates biomarker production:

\[ \frac{dB}{dt} = k_{B,\mathrm{in}}S - k_{B,\mathrm{out}}B \]

Step 4: Define the baseline state

Suppose that before treatment the system is at steady state. If the baseline signaling level is \(S_0\), then:

\[ S_0=\frac{k_{S,\mathrm{in}}}{k_{S,\mathrm{out}}} \]

Likewise, the baseline biomarker level is:

\[ B_0=\frac{k_{B,\mathrm{in}}S_0}{k_{B,\mathrm{out}}} \]

Step 5: Introduce drug exposure

Suppose \(D\) rises rapidly after treatment. The inhibitory function decreases from 1 toward 0 as drug concentration increases. Signaling production therefore decreases.

Because \(S\) and \(B\) have their own turnover rates, the biomarker does not necessarily change instantaneously with drug concentration. Instead, the network can produce a delayed biomarker response.

Step 6: Interpret the model

The important insight is not any individual equation. It is the causal structure:

\[ D(t) \rightarrow \text{inhibition of }S \rightarrow \text{change in }B \rightarrow \text{observable biomarker response} \]

The model can now be simulated under different drug exposures, \(IC_{50}\) values, turnover rates, or treatment schedules to examine how those assumptions influence the predicted biomarker trajectory.

15 · Parameterization

15. Where Do Network Parameters Come From?

A QSP model can contain many parameters, and they need not all come from the same source.

Parameter sourceExamplesRole in QSP
In vitro experiments Binding affinity, potency, receptor activity Characterize molecular interactions
Cell-based experiments Production rates, signaling responses, turnover Characterize cellular mechanisms
Animal studies Target expression, tissue distribution, biomarker dynamics Inform physiological relationships
Clinical PK data Clearance, volume, absorption parameters Describe human drug exposure
Clinical biomarker data Baseline and treatment-induced biomarker changes Constrain downstream model behavior
Literature or prior knowledge Physiological constants, pathway relationships Provide external information when direct measurements are limited

The objective is not necessarily to estimate every parameter from one dataset. Instead, QSP often combines information from multiple experiments and populations while explicitly representing uncertainty where parameters are poorly known.

16 · Identifiability

16. Identifiability and Network Complexity

Adding biological detail does not automatically make a model more informative. A model may contain parameters that cannot be reliably estimated from the available observations.

For example, suppose only the final biomarker \(B\) is observed while the model contains several unmeasured intermediate states:

\[ A\rightarrow X\rightarrow Y\rightarrow B \]

Different combinations of the rates governing \(A\rightarrow X\), \(X\rightarrow Y\), and \(Y\rightarrow B\) may produce very similar predictions for \(B\).

This creates an identifiability problem: the observed data may constrain the overall pathway behavior without uniquely determining every internal parameter.

Practical principle: network detail should be matched to the available evidence. A mechanistically detailed model can be scientifically useful, but its parameters must be sufficiently informed by data, prior knowledge, or defensible assumptions.
17 · Sensitivity

17. Sensitivity Analysis in Biological Networks

Sensitivity analysis asks how much model predictions change when parameters or inputs change.

For an output \(Y\) and parameter \(\theta_i\), a local sensitivity can be represented conceptually as:

\[ S_i(t)=\frac{\partial Y(t)}{\partial\theta_i} \]

A normalized sensitivity may instead examine relative changes:

\[ S_i^{*}(t) = \frac{\theta_i}{Y(t)} \frac{\partial Y(t)}{\partial\theta_i} \]

Sensitivity analysis can help identify which parts of a biological network have the greatest influence on a particular model output.

For example, a QSP model might reveal that a clinical response is particularly sensitive to target abundance, drug potency, a feedback parameter, or the turnover rate of a biomarker. Such findings can help guide additional experiments and identify parameters that deserve closer characterization.

18 · Simulation

18. Network Models Enable Mechanistic Perturbation Experiments

One major advantage of a QSP network is the ability to simulate hypothetical perturbations.

Examples include:

  • Changing drug concentration or dosing frequency.
  • Increasing or decreasing target expression.
  • Removing a pathway interaction from the model.
  • Changing the potency of a drug-target interaction.
  • Altering the turnover rate of a biomarker.
  • Simulating combination treatment against different nodes in the network.
  • Exploring the effect of patient-specific physiological parameters.

These simulations are not direct observations. They are model-based experiments whose interpretation depends on the assumptions and evidence supporting the network.

19 · Combination therapy

19. Biological Networks and Combination Therapy

Network structure becomes particularly useful when multiple interventions act on different biological components.

Suppose two drugs act on different nodes:

\[ D_1\rightarrow A\rightarrow B\rightarrow R \]
\[ D_2\rightarrow B \]

The model can represent the fact that both treatments influence \(B\), but through different mechanisms.

Depending on the network structure, the combined effect may differ from simply adding two independent effects. For example, one intervention may reduce the substrate available to another pathway, or inhibition of one pathway may activate a compensatory feedback mechanism.

A QSP model can therefore represent mechanistic hypotheses about combination therapy while keeping the assumptions explicit.

20 · Calibration

20. Calibrating a Biological Network Model

After constructing a network and specifying its equations, model parameters may need to be calibrated against experimental or clinical observations.

  1. Define the model states and equations. Specify the biological mechanisms represented.
  2. Identify known parameters. Fix parameters that are adequately supported by external evidence when appropriate.
  3. Define uncertain parameters. Establish plausible ranges or prior distributions.
  4. Assemble observations. Include molecular, cellular, biomarker, PK, or clinical measurements that inform the model.
  5. Estimate or calibrate parameters. Adjust uncertain parameters to achieve agreement with the relevant observations.
  6. Check model behavior. Examine residuals, biological plausibility, sensitivity, and consistency with independent information.
  7. Validate predictions where possible. Compare model predictions against data that were not used for calibration.

Calibration is therefore not simply a numerical curve-fitting exercise. It is a process of reconciling a mechanistic hypothesis with multiple sources of evidence.

21 · Interpretation

21. What Biological Network Models Do Not Tell Us Automatically

A biological network model is a structured hypothesis about how a system works. Several limitations are therefore important.

  • A network connection does not automatically prove causality. The edge should represent a mechanistic relationship supported by appropriate evidence.
  • Model complexity does not guarantee predictive accuracy. Additional states and parameters can introduce uncertainty and identifiability problems.
  • A good calibration does not prove that every mechanism is correct. Multiple mechanisms can sometimes produce similar observed outputs.
  • Unmeasured states remain model-dependent. Their trajectories are inferred through the model rather than directly observed.
  • Parameter uncertainty propagates to predictions. Predictions should therefore be interpreted in light of parameter and structural uncertainty.
  • Network topology matters. Removing or adding a feedback relationship can materially change dynamic behavior.
  • Extrapolation requires caution. Predictions under novel doses, combinations, populations, or biological states depend on whether the model remains applicable.
Modeling principle: a QSP network should be treated as a quantitative mechanistic hypothesis that is continually tested against available evidence—not as a literal replica of the biological system.
22 · Practical workflow

22. A Practical Workflow for Building a Biological Network Model

  1. Define the scientific question. Start with the biological or pharmacological decision the model needs to inform.
  2. Identify the relevant biology. Determine which targets, pathways, cells, tissues, biomarkers, and disease processes are relevant.
  3. Draw the qualitative network. Map the major activating, inhibitory, binding, transport, and feedback relationships.
  4. Choose the model boundary. Decide which biological processes are inside the model and which are represented as external inputs.
  5. Define state variables. Determine which nodes require dynamic state variables and which can be represented algebraically.
  6. Write the mass-balance equations. Translate production, degradation, transport, binding, and conversion processes into mathematical terms.
  7. Add drug mechanisms. Connect PK exposure to target engagement and downstream biology.
  8. Parameterize the model. Use experimental measurements, literature information, physiological knowledge, and clinical data as appropriate.
  9. Analyze identifiability and sensitivity. Determine which parameters and mechanisms are supported by the available information.
  10. Calibrate and evaluate. Compare model predictions with relevant observations.
  11. Perform prospective simulations. Explore treatment scenarios, perturbations, and predictions that address the original scientific question.

23. Key Takeaways

  • Biological network models represent interacting biological components and the relationships among them.
  • Nodes can represent receptors, proteins, biomarkers, cells, tissues, or disease states, while edges represent mechanisms such as activation, inhibition, binding, transport, or conversion.
  • A network diagram describes biological structure; a QSP model adds quantitative equations, parameters, initial conditions, and observations.
  • Ordinary differential equations are commonly used to translate dynamic biological relationships into quantitative models.
  • Binding, activation, inhibition, turnover, transport, and feedback can all be represented as mathematical processes within a network.
  • Feedback loops can generate delayed, adaptive, attenuated, amplified, or otherwise nonlinear system behavior.
  • QSP networks can connect drug exposure to target engagement, signaling, biomarkers, and disease or clinical outcomes.
  • Mass-balance relationships provide a systematic framework for constructing and checking many mechanistic equations.
  • Many network states are not directly observable, so their values and parameters can be dependent on model assumptions and available evidence.
  • Parameter identifiability becomes increasingly important as biological networks become more detailed.
  • Sensitivity analysis helps identify parameters and mechanisms that strongly influence model predictions.
  • Network models can be used to simulate hypothetical perturbations, including dose changes, target changes, pathway perturbations, and combination therapies.
  • A biological network is a mechanistic hypothesis, not a complete replica of biological reality.
  • The appropriate level of network complexity is determined by the scientific question, available evidence, and ability to identify and validate the model.
Next step

Where to Go Next

A natural progression after biological network models is to study how these networks are translated into ordinary differential equations, mass-balance equations, binding models, and feedback systems in greater detail.

The next tutorials can build on this foundation by examining ODEs in QSP models, mass-balance equations in mechanistic models, conservation laws in QSP, and the process of building a complete QSP model from biological knowledge.

← Back to Pharmacokinetics Tutorials