Figures
Abstract
During thrombosis, platelets rapidly deposit and activate on the vessel wall, driving conditions such as myocardial infarction and stroke. The complexity of thrombus formation in pathological flow geometries, along with patient-specific pharmacological responses, presents an opportunity for computational modeling to help deliver novel diagnostic and therapeutic insights. In the present study, we employed a multiscale 3D computational model that incorporates unique donor-derived neural networks (NNs) trained with platelet calcium mobilization traces under combinatorial exposure to 6 agonists (n = 10 donors). The 3D model comprises four modules: a donor-specific NN model for platelet calcium mobilization, a lattice kinetic Monte Carlo solver for tracking platelet motion and bonding, a finite volume method solver for modeling soluble agonist release and convective-diffusive transport, and a lattice Boltzmann method solver for predicting the blood velocity field. Simulations were conducted for platelets from individual blood donors under venous and arterial flow conditions on a defined collagen surface, examining the effects of inhibiting ADP and TXA2, as well as the influence of nitric oxide and prostacyclin. The results reveal significant individual variability in platelet responses, influencing simulated thrombus growth dynamics and emphasizing the importance of personalized models for predicting thrombotic behavior. This approach enables consideration of patient-specific platelet signaling, drug responses, and vascular geometry for predicting thrombotic episodes, essential for advancing precision medicine and improving patient outcomes in thrombotic conditions.
Author summary
Blood clots play a key role in serious conditions such as heart attacks and strokes. In this work, we utilized a computer model to understand how platelets, the key cellular components in blood clot formation, behave in different individuals. The model uses data from 10 real individuals to simulate how platelets respond to blood clotting triggers, as well as drugs that reduce or prevent clot formation and growth. By examining the flow of blood and the behavior of platelets, we were able to predict how clots might form in different scenarios. Importantly, our results show that individual responses to clotting triggers and medications vary, which means that treatments may need to be tailored to each individual. This research moves us closer to personalized approaches in preventing and treating blood clot-related diseases, potentially improving patient outcomes.
Citation: Shankar KN, Sinno T, Diamond SL (2025) Multiscale simulations that incorporate patient-specific neural network models of platelet calcium signaling predict diverse thrombotic outcomes under flow. PLoS Comput Biol 21(5): e1013085. https://doi.org/10.1371/journal.pcbi.1013085
Editor: Marc R. Birtwistle, Clemson University, UNITED STATES OF AMERICA
Received: September 23, 2024; Accepted: April 21, 2025; Published: May 6, 2025
Copyright: © 2025 Shankar et al. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Data Availability: The trained donor-specific neural network data as well as the multiscale model code is available in the github repository: https://github.com/kaushikns/3d-multiscale-thrombosis-solver.git.
Funding: The authors acknowledge financial support by NIH R01 HL-103419 (SLD and TS) and American Heart Association Predoctoral Fellowship Award #908962 (KNS). The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.
Competing interests: The authors have declared that no competing interests exist.
Introduction
Thrombosis, the formation of blood clots within blood vessels, remains a critical area of study due to its implications in various medical conditions such as myocardial infractions and strokes. The complexity of thrombus formation, influenced by both biochemical and mechanical factors, necessitates advanced computational modeling to improve our understanding and guide clinical interventions. Over the past two decades, significant strides have been made in developing these models, yet challenges remain in accurately predicting thrombus behavior under patient-specific physiological and pathological conditions.
Models for thrombosis may be classified into continuum, discrete particle, and hybrid multiscale methods [1,2]. Continuum models treat blood and its components as continuous media, using partial differential equations to describe the flow and biochemical reactions involved in clot formation [3–6]. These models excel at capturing large-scale behaviors but may lack the ability to fully resolve individual cellular interactions. On the other hand, discrete particle models represent blood cells and platelets as individual entities, and naturally resolve the detailed (stochastic) interactions between them [7–10]. While they offer high-resolution insights into cellular dynamics, they are generally computationally intensive and challenging to employ at the vessel scale over the minutes-timescale relevant to thrombus growth. Multiscale models integrate both approaches, combining continuum descriptions of blood flow with discrete representations of cellular interactions to provide a comprehensive framework for simulating thrombus formation [11–17]. These models achieve a balance between detailed representation and computational efficiency.
In prior work, we developed a 2D multiscale model for thrombus growth under flow, utilizing a neural network model for platelet calcium signaling and activation [18], a lattice kinetic Monte Carlo module to track platelet motion and deposition on a growing clot mass under flow [11,19,20], a finite volume method solver for computing agonist species concentration fields (specifically ADP and TXA2) described by a convection-diffusion-reaction equation, and a lattice Boltzmann method solver for tracking and updating the fluid velocity field as the clot grows [11,13]. Subsequent research expanded this model into a fully 3D version using a combination of open-source libraries and in-house codes, which we parallelized to handle complex simulations efficiently [14,21]. This iterative development has allowed us to incorporate simulations of thrombus formation and growth under a variety of physiologically relevant 3D domains, such as cylindrical blood vessels and stenoses.
The present work employs this model to study how variations in platelet signaling between individuals impact the dynamics of thrombus growth. Platelets exhibit considerable variability in receptor expression and functional responses to agonist stimulation from individual to individual, which can significantly influence thrombus formation and stability [22–24]. The multiscale approach enables the seamless integration of individual-specific models for platelet signaling and activation without requiring changes to its other components. The model incorporates detailed representations of platelet calcium signaling and integrin activation, using neural networks trained for individual blood donors by Lee and Diamond [25]. We explore individual-specific platelet signaling by inhibiting various agonist signaling pathways, examining their impact on the dynamics of thrombus growth under two distinct conditions: (1) venous shear rates in a cylindrical vessel and (2) arterial shear rates in a stenotic geometry. The simulations reveal significant individual differences in platelet responses to agonist stimulation under both conditions, even within a healthy cohort. This variability impacts the dynamics of thrombus formation explored under several scenarios involving pharmacological modulation. The personalized simulation approach presented in this paper addresses a significant gap in existing modeling efforts, which often overlook the variability in platelet function among different individuals. Incorporating individual platelet phenotypes into the multiscale model presents an important direction forward for the development of targeted anti-thrombotic therapies and the broader field of personalized medicine.
Methods
The major components of the multiscale framework used in this study are shown schematically in Fig 1; four distinct modeling elements are combined to capture a variety of physical, biological, and chemical processes that contribute to thrombus growth and evolution. At the heart of the framework is a model for evolving platelet positions and adhesion states using the lattice kinetic Monte Carlo (LKMC) algorithm. The LKMC domain is discretized into a cubic lattice where each lattice point represents an allowable position for platelets. Platelets that are adjacent to other platelets or other surfaces have an opportunity to bind, or if already bound, detach. A rate database of all possible events, including platelet motion, adhesion, and detachment, is constructed initially and updated after each event has been executed. Events are executed sequentially in an order that is biased by their rates [26]. Rates for platelet motion are established by a combination of diffusion and the local blood flow velocity profile. Adhesion and detachment rates are functions of platelet activation and the local shear rate, capturing the dynamic interaction between platelets and their environment (see below). These functions take into consideration the extent of inside-out platelet signaling, the shear-dependent breaking of ligand-receptor bonds, as well as the impact of von Willebrand factor (vWF) mediating enhanced platelet adhesion at pathological shear rates [14].
(A) The six agonists used in this study (ADP, convulxin, thrombin, U46619, iloprost, GSNO) and their respective platelet signaling pathways, all of which converge upon intracellular calcium mobilization. A two-layer, 12-node neural network architecture was employed to predict donor-specific platelet calcium mobilization. Agonist concentrations at a given time point were fed into the processing layers; the layers then integrated the input signal with feedback at t = 1, 2, 4, 8, 16, 32, 64 and 128 seconds to calculate [Ca2+]i at the next time point. (B) The multiscale simulation of thrombus growth under flow required simultaneous solutions of the instantaneous velocity field over a complex and evolving platelet boundary by LB, concentration fields of ADP and TXA2 by FVM, individual intracellular platelet state ([Ca2+]i) and release reactions (R) for ADP and TXA2 by NN, and all platelet positions and adhesion/detachment by LKMC.
The blood velocity field in the domain is updated quasi-statically as the platelet aggregate grows using the Lattice Boltzmann (LB) method [27]. Blood is modeled as an incompressible Newtonian fluid governed by the Navier-Stokes equations, which in the LB method are solved by executing a sequence of collisional and streaming operations on fictive fluid particles. Red blood cells are not explicitly resolved but their effects on platelet transport and margination are included by imposing a non-uniform excess near-wall platelet concentration at the inlet of the simulation domain [28], where platelets are inserted with a rate determined by their mixing cup inlet concentration, with the bulk platelet concentration set at 1.5 × 105 μL-1 [14]. We note that while platelets may not be effectively pushed back toward the vessel wall after passing a stenotic region due to the absence of explicitly resolved red blood cells, it is assumed that its impact on thrombus formation is minimal, as platelet aggregation predominantly occurs at the apex of the stenosis where shear-induced vWF-mediated adhesion plays a dominant role (see Results). Next, the spatiotemporal concentrations of soluble agonists – restricted to ADP and TXA2 in the present study – are modeled by coupled convection-diffusion-reaction (CDR) partial differential equations. In addition to diffusion and advection via flow, agonists are produced via dense granule release or synthesis by sufficiently activated platelets [29]. This release is modeled using spatiotemporal sources for ADP and TXA2 at locations in the simulations domain where aggregated platelets became sufficiently activated beyond a critical threshold [14]. The CDR partial differential equations are solved numerically using the Finite Volume Method (FVM). Although the blood flow profile could have also been solved using FVM, handling growing platelet deposits and applying no-slip boundary conditions on a moving domain is challenging. The LB method was chosen for its ease of use and because its lattice is commensurate with the lattice used in the LKMC model, allowing for an efficient implementation where a bound platelet occupying LB nodes results in the collision operators being modified to provide a no-slip boundary condition.
In the present study, the preceding model components are assumed to be universal, i.e., they do not explicitly include individual-specific characteristics. The latter are introduced in the module that describes platelet signaling. During clot formation, platelet signaling involves combinatorial stimulation by collagen, ADP, thromboxane (TXA2), and thrombin, while being modulated by nitric oxide and prostacyclin from the endothelium. Platelet signal transduction triggers calcium mobilization, which initiates inside-out signaling [30]. This process includes integrin activation, the release of α and dense granules, and the synthesis of TXA2. In previous work by Lee and Diamond, 10 donor-specific Neural Networks (NN) were trained on Pairwise Agonist Scanning (PAS) data from 10 individual healthy blood donors (5 females, 5 males) under 40 years of age, representative of a healthy adult population [25]. Future studies involving blood phenotypes from specific patient cohorts can be contrasted to the healthy cohort in the present work. PAS data consists of time-resolved calcium responses to individual and pairwise combinations of six agonists at different concentrations [18,25]. Each trained NN then predicts donor-specific, intra-platelet calcium mobilization upon exposure to multiple biochemical stimuli, including ADP, TXA2, collagen, thrombin, nitric oxide donor GSNO, and prostacyclin analog iloprost. The effect of collagen and TXA2 are accounted for by considering equivalent effective concentrations of GPVI activator convulxin (10 nM) and TP activator U46619 (15 × [TXA2]) respectively [25]. The predicted time-dependent intracellular calcium concentration for any platelet, , is based on the feedback vector (containing calcium concentrations from 1, 2, 4, 8, 16, 32, 64, and 128 seconds prior to the current time) and the current concentration input of the six agonists (see Fig 1A). The time-dependent platelet activation state for platelet
,
, is derived by integrating the calcium concentration over time above a basal level, i.e.,
The extent of integrin activation and inside-out signaling is estimated using a Hill function, which facilitates the determination of platelet adhesiveness, , such that
where controls the sharpness of the response, and
is the critical value for 50% activation.
By coupling the four modules together, the multiscale framework provides a robust tool for simulating thrombus growth, accommodating individual variability in platelet signaling and capturing the complex dynamics of thrombus formation under varying flow conditions. Comprehensive descriptions of each module, their methodologies, and implementation are provided in previous work [14,21]. To enable computationally efficient simulations in a reasonable amount of time, the computational framework has been parallelized to ensure balanced computational load across multiple CPUs [21]. The LB and FVM modules are implemented using the parallel open-source libraries Palabos and OpenFOAM, respectively [31,32]. In-house C++ codes based on the message passing interface (MPI) were employed for the NN and LKMC modules. To facilitate efficient information exchange between the modules, the Multiscale Universal Interface (MUI) was employed. MUI is a C++ library that makes use of non-blocking MPI messages to achieve data transfer, ensuring minimal modifications to the individual module codes [33].
Results
The results from the donor-specific simulations of thrombus growth for 10 individual donors are presented through two case studies. In the first case, we examined a 1 mm-long stenotic vessel with an inlet diameter of 0.12 mm. Within the central 0.5 mm of this vessel, a narrowing was introduced, reducing the flow area by 75%, as depicted in Fig 2A. This stenotic area was assumed to express collagen covering up to half of the vessel’s circumference, representing the injury site triggering platelet aggregation. At the inlet, a constant wall shear rate of 1000 s-1, typical of arterial flow, was maintained [34]. In the second case, we explored a cylindrical domain illustrated in Fig 2B. Here, the simulation domain measured 0.5 mm in length and 0.12 mm in diameter. A semicylindrical reactive collagen surface patch with a diameter of 0.12 mm and a length of 0.25 mm, representing an injury, was placed at the center of the domain. In this case, a constant wall shear rate of 200 s-1, characteristic of venous flow, was maintained at the inlet [34]. For both cases, the multiscale framework was employed to simulate platelet aggregation under flow conditions over a period of 6 minutes.
(A) Stenotic arterial flow condition and (B) cylindrical venous flow condition.
Donor-specific simulations of thrombus growth in response to antiplatelet treatment
The dynamics of platelet deposition over time were studied for each donor under pharmacological modulation of platelet function by antiplatelet drugs. We first considered a control condition, where platelet deposition occurred on collagen without any inhibition of agonists. We then compared the control condition with conditions where the release of TXA2, ADP, or both were inhibited. The inhibition of agonists ADP and TXA2 was mimicked by setting their concentrations to zero in the donor-specific NNs. These settings simulate the action of antiplatelet drugs such as clopidogrel, which binds to ADP receptor P2Y12, and aspirin, which inhibits TXA₂ synthesis. These drugs are commonly used to manage thrombotic diseases, making their inclusion in the model relevant for assessing the impact of therapeutic interventions on platelet aggregation. The number of aggregated platelets as a function of time for each condition for the two case studies is presented in Fig 3. For each donor, the order of agonist potency is the same: inhibiting both ADP and TXA2 has the strongest effect, followed by inhibiting ADP, and TXA2 inhibition showing the least impact compared with the control condition. These overall trends notwithstanding, the number of aggregated platelets and the rate at which platelet deposits grow over time vary significantly among donors as shown in Fig 3. Notably, the simulations predict differing levels of sensitivity to agonist inhibition among the donors. The reduction in platelet aggregate count under TXA2 inhibition compared to the control condition ranges from ~30–40% for Donor 2 to <10% for Donors 4, 5, 7, and 10 for both case studies. Similarly, inhibiting ADP leads to a reduction in deposited platelet count ranging from ~40–70% compared to the control condition.
Deposited platelet count predicted by the simulations for each donor with no TXA2, no ADP, or both, under (A) stenotic arterial flow and (B) cylindrical venous flow.
In the model, platelets release ADP and TXA2 only after reaching a certain activation threshold, . Without other activating factors, the time required for the first layer of deposited platelets to become sufficiently activated by collagen to release dense granules varied widely among donors, ranging from about ~60 seconds for Donor 3 to ~240 seconds for Donor 4, as shown in Fig 4A. Additionally, the ability of the first monolayers of activated platelets to recruit more platelets to the thrombus (measured by the ratio of platelet counts 1 minute after dense granule release to the platelet count at the time of release) differs among donors under each condition (see Fig 4B). This variation influences both the total number of deposited platelets and their activation levels across the donor group, with the highest response (Donor 2) being ~2
that of the lowest response (Donor 4). Figs 5 and 6 provide snapshots of the deposited platelet mass for each donor after 6 minutes under the control condition for the two cases, clearly illustrating the donor-specific differences in predicted platelet aggregate sizes and their corresponding activation levels.
(A) Time taken to reach critical platelet activation for dense granule release, , for each donor under collagen stimulation. Thrombus growth rate measured as the fold increase in the number of platelets deposited 1 minute after
for (B) stenotic arterial flow and (C) cylindrical venous flow.
Snapshots of the platelet aggregate under the stenotic arterial flow case for different donors after 6 minutes. In all subplots, white indicates inactivated platelets and red indicates highly activated platelets formed on the collagen surface.
Snapshots of the platelet aggregate under the cylindrical venous flow case for different donors after 6 minutes. In all subplots, white indicates inactivated platelets and red indicates highly activated platelets formed on the collagen surface.
Comparison between thrombus growth under venous and arterial flow conditions
The dynamics of platelet aggregation over time follow a similar trend in both venous and arterial flow cases, as shown already in Fig 3. However, the preferred location of platelet aggregation within the domain differs significantly between the two cases. Under venous flow conditions, platelets tend to aggregate towards the upstream end of the collagen surface. In contrast, in the stenotic case platelets aggregate in areas with higher local shear rates. Figs 7 and 8 illustrate this difference with snapshots for Donor 2, showing the aggregated platelets, their activation levels, the spatial concentration distribution of ADP and TXA2, and the local shear rate around the clot along a central slice of the domain after 6 minutes for both arterial and venous cases. This difference is due to the action of von Willebrand factor, which changes from a globular conformation at low shear rates to a stretched one at shear rates greater than 3000–8000 s-1, thereby mediating enhanced platelet aggregation [35,36]. Additionally, the morphologies of the clots differ significantly between the venous and arterial cases. Platelet aggregates are more tightly packed under arterial flow conditions and exhibit higher porosity under venous conditions. As a result, intra-clot agonist concentrations are about an order-of-magnitude higher in the stenotic arterial case as compared to the cylindrical venous case. The higher agonist concentrations observed in the stenotic arterial case could have implications such as increased risk of arterial blockages in stenotic vessels, emphasizing the need for targeted therapeutic interventions to manage arterial thrombosis.
(A) Platelet activation (blue indicates inactivated and red, highly activated) and deposition in the presence of released (B) ADP and (C) TXA2, and (D) the local shear rate contours plotted along the center of the vessel after 360 seconds.
(A) Platelet activation (blue indicates inactivated and red, highly activated) and deposition in the presence of released (B) ADP and (C) TXA2, and (D) the local shear rate contours plotted along the center of the vessel after 360 seconds.
Donor-specific simulations of thrombus growth in response to endogenous platelet antagonists
The impact of endothelium-derived platelet antagonists, nitric oxide and prostacyclin, was also assessed for each donor in the cohort. During NN training, GSNO and iloprost were used as analogs for nitric oxide and prostacyclin, respectively. The results from the multiscale simulations under GSNO and iloprost stimulation for both stenotic arterial flow conditions and venous flow conditions in a cylindrical vessel are presented in Fig 9. The simulations reveal a consistent order of potency among different donors: iloprost demonstrates the strongest inhibitory effect, followed by GSNO, when compared to the control condition. Notably, the responses to GSNO varies significantly among donors. Donors with a strong collagen response (low ) exhibit minimal inhibition compared to the control condition. Conversely, 4 donors with a weaker collagen response (donors 1, 4, 9, and 10) show potent inhibition under GSNO stimulation, resulting in the absence of dense granule release from the first monolayer of deposited platelets. However, Donor 5, despite exhibiting a weaker collagen response, does not show a similar inhibitory response. GSNO appears to have a very weak inhibitory effect on Donor 5, despite having similar values of
when compared to Donor 10. This difference may be due to variations in platelet phenotypes, where nitric oxide signaling could interact differently with platelet signaling pathways in these donors. Iloprost, on the other hand, is a highly potent inhibitor of collagen-induced platelet activation across all donors. In the presence of iloprost, dense granule release does not occur for any donor, demonstrating its robust efficacy in modulating platelet activation.
Deposited platelet count predicted by the simulations for each donor with GSNO and iloprost stimulation under (A) stenotic arterial flow and (B) cylindrical venous flow.
Donor-specific simulations of thrombus growth in response to the inclusion of coagulation via wall-derived tissue factor
In addition to collagen, wall-derived tissue factor (TF) cn enhance platelet aggregation via thrombin production through the coagulation cascade, particularly under venous flow conditions [37]. Therefore, we have explored the donor-specific effects of clotting in the presence and absence of wall-derived TF for the venous cylindrical case. To model intra-clot thrombin concentration, we utilized a reduced ODE model for thrombin generation under venous flow developed by Chen and Diamond [38]. The reduced model is guided by the observation that most thrombin is sequestered within the fibrin-rich clot core [39]. Although the ODE model neglects spatial gradients, which is a limitation, it still captures the key thrombin dynamics during venous thrombus formation [38]. This model was used to prescribe the concentration of thrombin within the clot, which is an input to the NN model for platelet calcium signaling. The dynamics of observed platelet count over time for each donor are presented in Fig 10. Platelet deposition on collagen + TF (1 molecule/ ) was ~ 20–100% higher compared to collagen alone, with the most significant differences observed in donors with weaker collagen responses (high
).
Deposited platelet count predicted by the simulations for each donor with and without TF under cylindrical venous flow.
Discussion
In this study, we investigated donor-specific thrombus growth simulations using neural network models of platelet signaling tailored to individual donors. We conducted simulations in two distinct geometries: a stenotic vessel and a cylindrical vessel. The stenotic vessel simulates arterial conditions with a high wall shear rate of 1000 s-1. This setup is critical for understanding thrombus formation in conditions such as arteriosclerosis, where narrowed vessels are common. The cylindrical vessel, maintained at a venous shear rate of 200 s-1, provides insights into thrombus formation under venous flow conditions. We also examined various antiplatelet treatments by inhibiting the production of soluble agonists ADP and TXA2, and by stimulating platelets with antagonists such as GSNO and iloprost. The simulations demonstrated considerable individual variability in platelet responses to agonist stimulation, even among a healthy sample of individuals, which significantly affects thrombus growth dynamics. For instance, the time required for the first layer of platelets to release dense granules through collagen-mediated activation was found to vary considerably, ranging from approximately one minute to four minutes. This variability in activation thresholds and subsequent platelet aggregation highlights the need for personalized models to accurately predict thrombotic behavior. Following up on our previous studies which established the multiscale model for thrombus growth [14,21], this work demonstrates the utility of the modeling framework in capturing patient-specific variability in platelet signaling and thrombotic responses. By incorporating a neural network-based approach, this study highlights the ability to account for differences in platelet activation and aggregation among individuals, providing a more robust means to predict and understand thrombus formation.
Building on previous experimental and computational studies, our results align with well-established trends in thrombus formation. The timescale for platelet dense granule release observed in our simulations is consistent with prior work by Flamm et al and Lu et al [11,13], who developed models for platelet aggregation validated against microfluidics experiments, as well as studies by Bark et al [40], who described an initial lag time of 1–3 minutes followed by rapid platelet aggregation. Additionally, our findings on the shear-dependent nature of platelet aggregation and preferential deposition at the apex of stenotic regions at pathologically high shear rates > 3000s-1 are in agreement with computational models developed by Yazdani et al [12], Zhussupbekov et al [41], and Mehrabadi et al [42], which capture similar trends observed experimentally [34,43]. Furthermore, our ranking of platelet sensitivity to antiplatelet treatments is consistent with microfluidics experiments which have characterized platelet responses to pharmacological inhibition [11,13,44]. These comparisons reinforce the validity of our modeling approach and underscore its potential to capture inter-individual variability in thrombus formation.
Looking ahead, several enhancements and extensions to the current model could be pursued. Although we have accounted for differences in platelet responses to combinatorial agonist stimulation between donors, we have not accounted for intra-donor platelet heterogeneity. Platelets within an individual can exhibit varying degrees of sensitivity to agonist stimulation, leading to a spectrum of activation responses. Future enhancements to the model should incorporate this intra-donor variability, perhaps by developing subpopulations of platelet phenotypes within the neural network framework. This refinement would better capture the nuances of platelet behavior and provide a more detailed and accurate representation of thrombus formation. Additionally, in our simulations, we assumed complete inhibition of agonist production following antiplatelet treatment. However, inhibition levels can vary due to differences in drug efficacy, and future work could explore graded inhibition models to better capture these variations and assess their impact on thrombus formation dynamics. Furthermore, incorporating more detailed vascular geometries and extending the model to include dynamic feedback mechanisms between thrombus formation and systemic hemodynamics would provide a more comprehensive understanding of thrombosis in vivo [45–47]. Lastly, developing neural networks trained on a wider range of platelet phenotypes, including those from patients with different medical conditions, could enhance the model’s applicability and reliability in diverse clinical scenarios.
In conclusion, the ability to incorporate platelet phenotypes into thrombus growth models may have significant implications for personalized anti-thrombotic therapies. By understanding the specific platelet activation profiles of individual patients, tailored therapeutic interventions may be designed to more effectively prevent or manage thrombotic events. This personalized approach extends beyond anti-thrombotic therapies to encompass broader applications such as hemostasis and trauma patient outcomes [48,49]. For instance, neural networks trained rapidly in a clinical setting on platelet phenotypes from trauma patients could be used to predict and manage bleeding complications in real-time, improving patient outcomes through precision medicine. Continued advancements in model refinement, coupled with clinical validation, will pave the way for more accurate and effective personalized therapeutic strategies in the future.
Acknowledgments
This work used the Bridges-2 system at the Pittsburgh Supercomputing Center (PSC) through allocation #BIO220017 from the Advanced Cyberinfrastructure Coordination Ecosystem: Services & Support (ACCESS) program, which is supported by National Science Foundation grants #2138259, #2138286, #2138307, #2137603, and #2138296.
References
- 1. Grande Gutiérrez N, Mukherjee D, Bark D Jr. Decoding thrombosis through code: a review of computational models. J Thromb Haemost. 2024;22(1):35–47. pmid:37657562
- 2. Grande Gutiérrez N, Shankar KN, Sinno T, Diamond SL. Thrombosis and Hemodynamics: external and intrathrombus gradients. Curr Opin Biomed Eng. 2021;19:100316. pmid:34693101
- 3. Leiderman K, Fogelson AL. Grow with the flow: a spatial-temporal model of platelet deposition and blood coagulation under flow. Math Med Biol. 2011;28(1):47–84. pmid:20439306
- 4. Du J, Fogelson AL. A computational investigation of occlusive arterial thrombosis. Biomech Model Mechanobiol. 2024;23(1):157–78. pmid:37702979
- 5. Rezaeimoghaddam M, van de Vosse FN. Continuum modeling of thrombus formation and growth under different shear rates. J Biomech. 2022;132:110915. pmid:35032838
- 6. Wu W-T, Zhussupbekov M, Aubry N, Antaki JF, Massoudi M. Simulation of thrombosis in a stenotic microchannel: The effects of vWF-enhanced shear activation of platelets. Int J Eng Sci. 2020;147:103206. pmid:34565829
- 7. Tosenberger A, Ataullakhanov F, Bessonov N, Panteleev M, Tokarev A, Volpert V. Modelling of thrombus growth in flow with a DPD-PDE method. J Theor Biol. 2013;337:30–41. pmid:23916879
- 8. Spieker CJ, Závodszky G, Mouriaux C, van der Kolk M, Gachet C, Mangin PH, et al. The Effects of Micro-vessel Curvature Induced Elongational Flows on Platelet Adhesion. Ann Biomed Eng. 2021;49(12):3609–20. pmid:34668098
- 9. Mody NA, King MR. Platelet adhesive dynamics. Part I: characterization of platelet hydrodynamic collisions and wall effects. Biophys J. 2008;95(5):2539–55. pmid:18515387
- 10. Yazdani A, Deng Y, Li H, Javadi E, Li Z, Jamali S, et al. Integrating blood cell mechanics, platelet adhesive dynamics and coagulation cascade for modelling thrombus formation in normal and diabetic blood. J R Soc Interface. 2021;18(175):20200834. pmid:33530862
- 11. Flamm MH, Colace TV, Chatterjee MS, Jing H, Zhou S, Jaeger D, et al. Multiscale prediction of patient-specific platelet function under flow. Blood. 2012;120(1):190–8. pmid:22517902
- 12. Yazdani A, Li H, Humphrey JD, Karniadakis GE. A General Shear-Dependent Model for Thrombus Formation. PLoS Comput Biol. 2017;13(1):e1005291. pmid:28095402
- 13. Lu Y, Lee MY, Zhu S, Sinno T, Diamond SL. Multiscale simulation of thrombus growth and vessel occlusion triggered by collagen/tissue factor using a data-driven model of combinatorial platelet signalling. Math Med Biol. 2017;34(4):523–46. pmid:27672182
- 14. Shankar KN, Zhang Y, Sinno T, Diamond SL. A three-dimensional multiscale model for the prediction of thrombus growth under flow with single-platelet resolution. PLoS Comput Biol. 2022;18(1):e1009850. pmid:35089923
- 15. Wang P, Sheriff J, Zhang P, Deng Y, Bluestein D. A Multiscale Model for Shear-Mediated Platelet Adhesion Dynamics: Correlating In Silico with In Vitro Results. Ann Biomed Eng. 2023;51(5):1094–105. pmid:37020171
- 16. Xu Z, Chen N, Kamocka MM, Rosen ED, Alber M. A multiscale model of thrombus development. J R Soc Interface. 2008;5(24):705–22. pmid:17925274
- 17. Xu Z, Kamocka M, Alber M, Rosen ED. Computational approaches to studying thrombus development. Arterioscler Thromb Vasc Biol. 2011;31(3):500–5. pmid:21325672
- 18. Chatterjee MS, Purvis JE, Brass LF, Diamond SL. Pairwise agonist scanning predicts cellular signaling responses to combinatorial stimuli. Nat Biotechnol. 2010;28(7):727–32. pmid:20562863
- 19. Flamm MH, Diamond SL, Sinno T. Lattice kinetic Monte Carlo simulations of convective-diffusive systems. J Chem Phys. 2009;130(9):094904. pmid:19275421
- 20. Flamm MH, Sinno T, Diamond SL. Simulation of aggregating particles in complex flows by the lattice kinetic Monte Carlo method. J Chem Phys. 2011;134(3):034905. pmid:21261389
- 21. Shankar KN, Diamond SL, Sinno T. Development of a parallel multiscale 3D model for thrombus growth under flow. Front Phys. 2023;11.
- 22. de Gaetano G, Santimone I, Gianfagna F, Iacoviello L, Cerletti C. Variability of platelet indices and function: acquired and genetic factors. Handb Exp Pharmacol. 2012;(210):395–434. pmid:22918740
- 23. Bray PF. Platelet hyperreactivity: predictive and intrinsic properties. Hematol Oncol Clin North Am. 2007;21(4):633–45, v–vi. pmid:17666282
- 24. Willoughby S, Holmes A, Loscalzo J. Platelets and Cardiovascular Disease. European Journal of Cardiovascular Nursing. 2002;1(4):273–88.
- 25. Lee MY, Diamond SL. A human platelet calcium calculator trained by pairwise agonist scanning. PLoS Comput Biol. 2015;11(2):e1004118. pmid:25723389
- 26. Gibson MA, Bruck J. Efficient Exact Stochastic Simulation of Chemical Systems with Many Species and Many Channels. J Phys Chem A. 2000;104(9):1876–89.
- 27. Chen S, Doolen GD. LATTICE BOLTZMANN METHOD FOR FLUID FLOWS. Annu Rev Fluid Mech. 1998;30(1):329–64.
- 28. Eckstein EC, Belgacem F. Model of platelet transport in flowing blood with drift and diffusion terms. Biophys J. 1991;60(1):53–69. pmid:1883945
- 29. Rendu F, Brohard-Bohn B. The platelet release reaction: granules’ constituents, secretion and functions. Platelets. 2001;12(5):261–73. pmid:11487378
- 30. Li Z, Delaney MK, O’Brien KA, Du X. Signaling during platelet adhesion and activation. Arterioscler Thromb Vasc Biol. 2010;30(12):2341–9. pmid:21071698
- 31. Latt J, Malaspinas O, Kontaxakis D, Parmigiani A, Lagrava D, Brogi F, et al. Palabos: Parallel Lattice Boltzmann Solver. Computers & Mathematics with Applications. 2021;81:334–50.
- 32. Jasak H. OpenFOAM: Open source CFD in research and industry. International Journal of Naval Architecture and Ocean Engineering. 2009;1(2):89–94.
- 33. Tang Y-H, Kudo S, Bian X, Li Z, Karniadakis GE. Multiscale Universal Interface: A concurrent framework for coupling heterogeneous solvers. Journal of Computational Physics. 2015;297:13–31.
- 34. Diamond SL. Systems Analysis of Thrombus Formation. Circ Res. 2016;118(9):1348–62. pmid:27126646
- 35. Colace TV, Diamond SL. Direct observation of von Willebrand factor elongation and fiber formation on collagen during acute whole blood exposure to pathological flow. Arterioscler Thromb Vasc Biol. 2013;33(1):105–13. pmid:23104847
- 36. Gogia S, Neelamegham S. Role of fluid shear stress in regulating VWF structure, function and related blood disorders. Biorheology. 2015;52(5–6):319–35. pmid:26600266
- 37.
Rumbaut RE, Thiagarajan P. Platelet-vessel wall interactions in hemostasis and thrombosis. Morgan & Claypool Life Sciences. 2010.
- 38. Chen J, Diamond SL. Reduced model to predict thrombin and fibrin during thrombosis on collagen/tissue factor under venous flow: Roles of γ’-fibrin and factor XIa. PLoS Comput Biol. 2019;15(8):e1007266. pmid:31381558
- 39. Zhu S, Lu Y, Sinno T, Diamond SL. Dynamics of Thrombin Generation and Flux from Clots during Whole Human Blood Flow over Collagen/Tissue Factor Surfaces. J Biol Chem. 2016;291(44):23027–35. pmid:27605669
- 40. Bark DL Jr, Para AN, Ku DN. Correlation of thrombosis growth rate to pathological wall shear rate during platelet accumulation. Biotechnol Bioeng. 2012;109(10):2642–50. pmid:22539078
- 41. Zhussupbekov M, Méndez Rojano R, Wu W-T, Antaki JF. von Willebrand factor unfolding mediates platelet deposition in a model of high-shear thrombosis. Biophys J. 2022;121(21):4033–47. pmid:36196057
- 42. Mehrabadi M, Casa LDC, Aidun CK, Ku DN. A Predictive Model of High Shear Thrombus Growth. Ann Biomed Eng. 2016;44(8):2339–50. pmid:26795978
- 43. Casa LDC, Ku DN. Thrombus Formation at High Shear Rates. Annu Rev Biomed Eng. 2017;19:415–33. pmid:28441034
- 44. Colace TV, Muthard RW, Diamond SL. Thrombus growth and embolism on tissue factor-bearing collagen surfaces under flow: role of thrombin with and without fibrin. Arterioscler Thromb Vasc Biol. 2012;32(6):1466–76. pmid:22516070
- 45. Chi Z, Beile L, Deyu L, Yubo F. Application of multiscale coupling models in the numerical study of circulation system. Medicine in Novel Technology and Devices. 2022;14:100117.
- 46. Grande Gutiérrez N, Sinno T, Diamond SL. A 1D-3D Hybrid Model of Patient-Specific Coronary Hemodynamics. Cardiovasc Eng Technol. 2022;13(2):331–42. pmid:34591275
- 47. Pfaller MR, Pham J, Verma A, Pegolotti L, Wilson NM, Parker DW, et al. Automated generation of 0D and 1D reduced-order models of patient-specific blood flow. Int J Numer Method Biomed Eng. 2022;38(10):e3639. pmid:35875875
- 48. Tsiklidis EJ, Sinno T, Diamond SL. Coagulopathy implications using a multiscale model of traumatic bleeding matching macro- and microcirculation. Am J Physiol Heart Circ Physiol. 2019;317(1):H73–86. pmid:30978134
- 49. Verni CC, Davila A Jr, Balian S, Sims CA, Diamond SL. Platelet dysfunction during trauma involves diverse signaling pathways and an inhibitory activity in patient-derived plasma. J Trauma Acute Care Surg. 2019;86(2):250–9. pmid:30531331