Hill function trajectories

Hill function for the nonlinear relationship between a stimulus and response, capturing cooperative binding or dose-response effects.
4 Downloads
Updated 16 Aug 2024

View License

Hill Functions in Epidemiology and Computational Biology
Hill functions are widely used in the domains of epidemiology and computational biology to model the nonlinear relationships between a stimulus, such as drug concentration, intervention coverage, or pathogen load, and the corresponding biological response, such as infection rate, disease transmission, or gene expression. These functions are particularly effective for capturing the characteristic sigmoidal (S-shaped) dose-response curves frequently observed in biological systems.
In the context of the Hill function, varying parameters such as the Hill coefficient, the half-maximal effective concentration, and the maximum response provides valuable insights into how a biological system responds to different levels of a stimulus.
  • The Hill coefficient affects the steepness of the response curve, indicating how sensitively the system reacts to changes in the stimulus. Different Hill coefficients (n=1,2,5) can be explored to observe these effects.
  • The half-maximal concentration determines the point at which the response is half of the maximum, reflecting the potency of a drug or intervention. For example, K=50can be used to evaluate how responses scale with concentration.
  • The maximum response represents the upper limit of the system's response, indicating the potential efficacy of a treatment or the threshold for achieving desired outcomes, such as herd immunity in an epidemiological context.
For this simple simulation, we have defined these parameters as:
Vmax = 100; % Maximum rate or response
K = 50; % Half-maximal effective concentration
% Define Hill coefficients to explore
n_values = [1, 2, 5]; % Different Hill coefficients
Learning outcome (Analysis) from the code:
The Hill function produces a sigmoidal (S-shaped) curve. At low concentrations (x≪K), the response is approximately linear with x. As x approaches half maximal effective concentration, the response increases more steeply. After crossing K, the response asymptotically approaches Vmax. The steepness of this transition depends on the Hill coefficient n.
To explore the Hill function in greater depth, several foundational and advanced texts provide detailed insights into its derivation, application, and significance in biological systems:
  1. Codeço, Cláudia Torres. "Endemic and epidemic dynamics of cholera: the role of the aquatic reservoir." BMC Infectious diseases 1 (2001): 1-14. Hill function was used to model the nonlinear relationship between the concentration of Vibrio cholerae in the aquatic environment and the rate of cholera transmission to humans. The Hill function played a crucial role in capturing the saturation effect, where increasing concentrations of V. cholerae resulted in a diminishing increase in transmission rates, reflecting a threshold behavior in cholera outbreaks.
  2. "Pharmacokinetics and Pharmacodynamics: Theory and Application" by Thomas N. Tozer and Malcolm Rowland offers a comprehensive overview of pharmacokinetic and pharmacodynamic principles, including the mathematical models that describe drug-receptor interactions. The Hill function, which is often used to model these interactions, is thoroughly discussed, making it an essential resource for understanding its application in drug dose-response relationships.
  3. Chou, Ting-Chao. "Derivation and properties of Michaelis-Menten type and Hill type equations for reference ligands." Journal of Theoretical Biology 59.2 (1976): 253-276. This seminal paper provides a rigorous mathematical derivation of the Hill function, alongside its comparison with Michaelis-Menten kinetics.
  4. Warner, K. M. "Addressing the Hill Function within a Model of Gene Expression Based on Random Dynamical Systems Reveals Modularity Properties of Gene Regulatory Networks."

Cite As

Ayesha Sohail (2024). Hill function trajectories (https://www.mathworks.com/matlabcentral/fileexchange/171474-hill-function-trajectories), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2024a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0