Abstract
Here, we present a novel network model of the pulmonary arterial adventitial fibroblast (PAAF) that represents seven signalling pathways, confirmed to be important in pulmonary arterial fibrosis, as 92 reactions and 64 state variables. Without optimizing parameters, the model correctly predicted 80% of 39 results of input–output and inhibition experiments reported in 20 independent papers not used to formulate the original network. Parameter uncertainty quantification (UQ) showed that this measure of model accuracy is robust to changes in input weights and half-maximal activation levels (EC50), but is more affected by uncertainty in the Hill coefficient (n), which governs the biochemical cooperativity or steepness of the sigmoidal activation function of each state variable. Epistemic uncertainty in model structure, due to the reliance of some network components and interactions on experiments using non-PAAF cell types, suggested that this source of uncertainty had a smaller impact on model accuracy than the alternative of reducing the network to only those interactions reported in PAAFs. UQ highlighted model parameters that can be optimized to improve prediction accuracy and network modules where there is the greatest need for new experiments.
This article is part of the theme issue ‘Uncertainty quantification in cardiac and cardiovascular modelling and simulation’.
Keywords: fibroblast, signalling networks, pulmonary arterial hypertension, uncertainty quantification
1. Introduction
Cell signalling networks are cascades of biochemical reactions that regulate cellular responses to external cues, and their dysregulation is important in the progression of disease. Pulmonary arterial hypertension (PAH) involves pathological remodelling of the vascular wall mediated in part by pulmonary arterial adventitial fibroblasts (PAAFs) in response to pathological strain and stresses such as mechanical overload and hypoxia. PAAFs residing in the adventitial layer of the arterial wall regulate vascular extracellular matrix (ECM) and mechanical properties [1]. Studying the interplay between the effects of signalling cytokines, hypoxia and the mechanical stimuli that are activated in PAH will help to elucidate signalling pathway interactions and may aid in developing novel therapies to reverse vascular fibrosis and disease progression.
Mathematical modelling of cell signalling networks is a useful tool for synthesizing available experimental data and investigating interactions between pathways that are difficult to study experimentally. Here, we introduce a new logic-based ordinary differential equation model [2] of the major biochemical networks known to regulate pro-fibrotic cell responses such as ECM expression, proliferation and myofibroblast transformation in PAAFs [3]. The network model was derived from published cell biological experiments and transcriptional measurements in primary PAAFs supplemented, where necessary, with information on canonical pathway structure from better studied fibroblast types, mainly cardiac fibroblasts (CFBs). Inputs to the PAAF signalling network model were based on reported stimuli upregulated in PAH [1].
While the signalling pathways included in this model have been identified in PAAFs, their interplay is not well understood, and there is a paucity of experimental data in the literature specific to these fibroblast cells. Therefore, after constructing a PAAF signalling network model, we carried out a sensitivity analysis to identify the important nodes in the network.
Creating a cell signalling model inherently introduces parameter uncertainty, since experimental studies rarely report quantitative biochemical reaction properties. There are also epistemic uncertainties in the structure and logic of the network, which depend on published experiments from a variety of cell types and conditions that are occasionally inconsistent or ambiguous [4]. Therefore, to analyse the robustness of the developed model and identify how small perturbations in the parameters leads to changes in model predictions, we have carried out uncertainty quantification (UQ) analysis of the model parameters. Using a separate set of data not used in the model formulation, we determined the prediction capabilities of the model and its qualitative accuracy. We also used this method to determine if adding pathways from other fibroblast cell types impacts model accuracy.
Here, we have not attempted to optimize model parameters, so we cannot expect close quantitative agreement between model predictions and experimental data. Rather, objective qualitative comparison criteria were used, and we used UQ to assess the robustness of model prediction accuracy and to identify the modules and parameters that are most affected by incomplete or noisy data [5]. Analysis of parameter and structural uncertainty showed that the PAAF model is robust to most parameter uncertainty and identified the new experiments that are needed the most to improve model confidence and accuracy.
2. Methods
(a). Computational model of pro-fibrotic pulmonary arterial adventitial fibroblast cell signalling
The PAAF signalling model was manually constructed with the same default parameters and model file structures as the one developed by Zeigler et al. for CFBs [6]. Out of the 92 reactions in our model, 52 reactions are unique to PAAFs. The model construction was based on results reported in 52 published papers describing experimental studies in PAAFs or other fibroblast types [7–58] when necessary to complete 18 intermediate reactions not described in the comparatively sparse literature on PAAF signalling. In addition, 20 independent papers documenting in vitro or in vivo experiments in rat or human PAAFs and not used in the original model formulation were set aside to measure the predictive capability of the model.
The resulting PAAF signalling network (figure 1) integrates seven input stimuli that are implicated in PAH pathogenesis including mechanical loading, transforming growth factor-β (TGFβ), tumour necrosis factor-α (TNFα), platelet-derived growth factor (PDGF), angiotensin II (AngII), fibroblast growth factor (FGF) and hypoxia. These activate seven receptors and signalling modules, namely the phosphoinositide 3-kinase (PI3K), TGFβ, Notch, reactive oxygen species (ROS), mitogen-activated protein kinase (MAPK), calcineurin and Hippo pathways. Downstream transcription factors regulate the expression of eight outputs important in the pro-fibrotic cell phenotype and ECM remodelling [59]. Overall, there are 64 nodes that represent physical stimuli, ligands, receptors, signalling molecules, transcription factors, messenger RNA (mRNA), proteins and cell phenotypes interconnected via 92 reactions. The publications used to justify each individual reaction and interaction are cited in electronic supplementary material, S1.
Using previously described methods [6,60], the PAAF signalling network model was implemented as a system of logic-based ordinary differential equations that were integrated numerically using the explicit second- and third-order Runge–Kutta method. Each state variable is normalized to a value between 0 and 1 and follows a Hill-type activation function [2]. This approach allows a Boolean system to be translated into a continuous time system with parameters that are representative of biochemical reactions [2]. Logical operators are used to represent signalling interactions with ‘NOT’ representing inhibition, ‘OR’ a reaction in which the node can be activated by multiple inputs, and ‘AND’ representing where the activation requires the activity of more than one upstream node.
The system of differential equations is formulated for each node yi in the network, i = 1…64
2.1 |
with a general reaction weight ω and Hill function fj, where j can be an activation (act) or inhibition (inhib) reaction
and
where B is a function of the half-maximal activation EC50 and the Hill coefficient n, which is a measure of nonlinear cooperative activation [2].
and
In the case where yi is an input, fj = 1 and the input reaction weight is denoted w.
To represent ‘OR’ logic interactions, equation (2.1) is modified to represent the sum of the reactions with respective weights for each node and subtracting the intersection of fj(yk) and fj(yl)
where yk and yl are upstream nodes that activate or inhibit yi.
For ‘AND’ logic interactions, equation (2.1) is modified to be the product of the general reaction weight ω, fj(yk) and fj(yl)
The baseline model solution was obtained using a default Hill coefficient of n = 1.4 and EC50 of 0.6 for every node. The time constants τ for each different reaction type in the network followed those used previously [6]: 0.1 h for signalling reactions; 1 h for transcription; and 10 h for translation. Timepoints chosen were run at steady state. Input weights (w) were initialized to 0.25 to represent baseline activity. Reaction weights for the rest of the system (ω) were set to a default value of 1. The system of ODEs was generated from a tabular representation of the network using custom software available on Github.1
(b). Model validation
To validate the model, 39 input–output experiments in rat or human PAAF cells (reported in 20 papers [61–80]) were classified as observing a significant increase or decrease, or no significant change in activity of an output quantity that is a node in the model in response to a stimulus, that was also an input to the model. The threshold for considering a response in the model to represent a significant change in output activity was chosen to be 0.05. In vivo data were used when there were no in vitro data reported in the literature on PAAFs. The time-course of the model for each comparison was matched to that of the corresponding experimental measurement. Citations to the publications used for each model comparison experiment are given in electronic supplementary material, S2.
(c). Sensitivity analysis
A model baseline was calculated by setting all input weights to 0.25 and the initial values of all state variables to 0. They were then integrated until a steady state was achieved for all nodes at 200 min. One hundred per cent knockdown of each node was simulated by reducing ymax from 1 to 0, and the subsequent effect at every node was calculated as knockdown activity minus baseline activity. Sensitivity analysis was performed under baseline conditions and under conditions of high mechanical stretch (mechanical input weight set to 0.9) to represent the effects of mechanical overload and matrix stiffening associated with PAH.
(d). Uncertainty quantification
The model system of ordinary differential equations (equation (2.1)) can be represented as where is a vector representing the time rate of the change of the nodal network states y. The index i represents the problem dimension, which in this case is equal to the number of nodes in the network shown in figure 1. The vector θ contains the parameters that can be represented as , where k is the number of uncertain model parameters that we intend to investigate.
To propagate parameter uncertainties in the network, we followed the approach described by Marino et al. [81], in which each parameter in θ is assumed to be a uniform random variable from the uniform distribution ∼U(min, max). Herein, we propagate three uncertain independent parameters: n, EC50, and w (θ = {n, EC50, w}). These parameters were sampled randomly from uniform distributions. The ranges chosen for the model parameters vary roughly 30% around their mean when carrying out UQ analysis. For example, n was chosen to be a uniform random variable such that n ∼ U(1.36, 2.36). It should be noted that the range of n was set from 1.36 to 2.36 as guided by the equation by Kraeutler et al. [2]: , since a default value of EC50 = 0.6 gives a minimum of n to be 1.36 or else B would be negative and thus K = (B − 1)1/n would not produce a viable value. When n is set to 1.4, the EC50 can only vary slightly around the default value of 0.6, so the UQ analysis was run with n set to 2, in order to perturb a wider range of EC50 from 0.4 to 0.7, EC50 ∼ U(0.4, 0.7). Similarly, the input weight w was also run with n set to 2 to keep the results consistent, and was set to vary from 0.1 to 0.4, around the default value (0.25), w ∼ U(0.1, 0.4).
The UQ simulations were performed using the package Uncertainpy 1.2.1 in Python [82]. The package was run in order to quantify the change in model accuracy compared to validation data when varying the aforementioned three parameters: n, EC50 and w. Since there are only seven locations in the network that depend on the input weight w, we used the polynomial chaos expansion approach with fourth-order approximation to non-intrusively propagate uncertainty. This is generally less computationally expensive than Monte Carlo simulations; however, for systems with over 20 uncertain parameters, the required number of model evaluation scales worse than the Monte Carlo method [82]. Because of this, the (quasi-)Monte Carlo method was used with 5000 model evaluations for UQ analysis of n and EC50 due to there being 99 reactions each with individual n and EC50 values being perturbed in the network. The ranges of parameter values that are noted in the UQ results are identified by examining the output file and sorting by accuracy, then analysing the combinations of parameters that led to notable changes in accuracy.
Moreover, to compare the baseline model results with a model derived only from experiments in PAAFs or CFBs, we ran UQ analysis using the (quasi-)Monte Carlo approach varying all three parameters where n ∼ U(2, 2.4), EC50 ∼ U(0.4, 0.6) and w ∼ U(0.1, 0.4), and with 10 000 model evaluations. The effects on model accuracy of changing parameters and the network structure were evaluated by classifying input–output model results as increased, decreased or unchanged using a threshold change of 0.05 and determining the percentage of model results in agreement with the published experimental findings.
3. Results and discussion
(a). Model validation
The model accurately predicted 31 out of 39 (80%) of the qualitative experimental validation results, including 4 out of 5 of the in vivo (bolded) and 27/34 of the in vitro experimental findings (figure 2a). Model accuracy went down to 35% when not using PAAF-specific pathways and using only reactions from the CFB model by Zeigler et al. [6] (data not shown).
The model was also able to predict results from in vitro experiments in rat PAAFs in which TGFβ, TNFα or ROS were inhibited pharmacologically [76,77]. Each node in the model was first initialized with a default baseline value of 0.25, and the control activity of collagen I, alpha-smooth muscle actin (α-SMA), fibronectin and interleukin 6 (IL6) were computed. Next, stimulation with TGFβ and TNFα was simulated by increasing the input weights corresponding to those nodes to 0.475 and 0.375, respectively. These two values were chosen to best match the increase in relative level of α-SMA as reported by Zhang et al. [76] and IL6 as reported by He et al. [77]. Experiments using 10 μM ERK inhibitor U0126 (T+U) reduced its activity to 30% [83]. Similarly, 10 μM p38 inhibitor SB203580 (T+SB) reduced p38 activity to 5% [84]; the ROS scavenger N-acetyl-L-cysteine (NAC) completely blocked ROS activity [77]. Hence, after stimulation of the baseline model with TGFβ, the effects inhibiting the ERK1/2 and p38 nodes were simulated in the model by reducing ymax from 1.0 to 0.3 and 0.05, respectively (figure 2b–d). Similarly, the effects of NAC on TNFα were simulated by reducing the ROS node from 1.0 to 0.0 (figure 2e). Simulations ran for 24 h [76] and 8 h [77] to match the time-course of the corresponding experimental measurements, as depicted in figure 2b–e.
Per cent errors between model-predicted and experimental results for collagen I expression stimulated by TGFβ and with TGFβ in the presence of the ERK1/2 and p38 inhibitors were 109%, 218% and 283%, respectively [76]. Although these errors were high, the model did qualitatively predict the observed increase in collagen I stimulated by TGFβ but not the observed inhibitory effects of either inhibitor. This may be because of incomplete or inaccurate interaction logic in the module of the network regulating collagen I expression. On the other hand, the model did correctly predict observed trends for fibronectin with % errors of 66%, −95% and −99%, though predicted inhibition was greater than observed, perhaps because only MAPK signalling regulates fibronectin in the model. Because the model simulation was matched to the α-SMA experimental results, the error for TGFβ stimulation was only −0.4%, and there was a good match with the inhibition results with % errors of 16.7% for T+U (ERK1/2 ymax to 0.3) and 8.4% T+SB (p38 ymax to 0.05) [76]. This shows that the model was able to closely predict the trends in α-SMA and fibronectin activity. Changes in the model structure may be required before collagen I expression can be predicted.
We compared the model with experiments in which TNFα was added to rat PAAFs [77] by increasing the TNFα node from 0.25 to 0.375. The error in the predicted increase in IL6 expression was only −1.1%, and the predicted effect of adding the ROS scavenger was qualitatively similar to observation, with an error of 128% (figure 2e).
All model results were significantly different (p < 0.05) than experimental means except those for α-SMA (figure 2d. A Student’s heteroscedastic t-test produced p-values of 0.06 for α-SMA stimulation and ERK inhibitor (T+U) and 0.16 for α-SMA stimulation and p38 inhibitor (T+SB) given the sample size (n = 3) and standard deviation reported in the original experimental paper [76].
(b). Sensitivity analysis
A sensitivity analysis was used to identify the nodes that are the most influential determinants of network state under baseline conditions and conditions of high mechanical stimulation as occurs in PAH. The change in the steady-state (200 min) response of each node in the network (columns) to 100% knockout of each node individually (rows) is displayed as a heat map in figure 3. The analysis shows that mechanical stimulation, hypoxia, angiotensin II and transforming growth factor β are the most important inputs. Important intermediate regulators include the MAPK (ERK1/2, JNK1/2 and p38), calcineurin, the Smads 2 and 3, cleaved osteopontin (clOPN), ROS, notch intracellular domain (NICD), nitric oxide (NO) and NADPH oxidase 4 (Nox4). This sensitivity analysis has thus revealed the larger influence of hypoxia and FGF in the PAAF model than in the model of CFBs [6]
Given the importance of mechanical loading and vessel stiffening in the pathogenesis of pulmonary arterial fibrosis, we repeated the sensitivity analysis in the context of high mechanical load by increasing the input weight of the mechanical stimulation input node from the baseline value of 0.25 to a higher value of 0.9 as shown in electronic supplementary material, S3. Under these conditions, the most influential unique nodes were found to be α-SMA, cyclic guanosine monophosphate (cGMP), endothelin 1 (ET1), proteins in the Hippo pathway and syndecan4. These nodes are highly active in mechanotransduction, proliferation, vasoconstriction and activation of fibroblasts into the myofibroblast phenotype [3]. Knocking out these nodes generally resulted in a decrease in matrix proteins including collagen III and fibronectin. This global sensitivity analysis is also a way to elucidate the likely determinants of greatest structural and parameter uncertainty in the model. In the following sections, we investigated the effects of parameter and network uncertainty in the model.
(c). Quantification of parameter uncertainty
In order to examine the effect of propagated uncertainty of model parameters on the accuracy of the model, a validation table of the 39 experimental results was coded to compare results against. The accuracy was compared with the baseline 80% accuracy achieved with default model parameters.
Each parameter was varied independently using a uniform distribution , , . A (quasi-)Monte Carlo method with 5000 model evaluations was used for UQ analysis of n and EC50 to cover the 99 uncertain reactions, and a fourth-order polynomial chaos expansion was used for the weight w of the seven model inputs. As seen in figure 4, the distribution of model accuracy for input weight has a mean of 70.4%, standard deviation of 5.3%, a minimum accuracy of 66.67% and a maximum accuracy of 79.5%. For EC50, the mean of the distribution is 65.4% with a standard deviation of 19.2% and a minimum accuracy of 20.5% and maximum accuracy of 82%. For the Hill coefficient, the mean accuracy of the distribution was 63.9% with a standard deviation of 13.3%, a minimum accuracy of 20.5%, and a maximum accuracy of 79.5%. This indicates that network model accuracy was most vulnerable to uncertainty in n, somewhat vulnerable to uncertainty in EC50 and relatively robust to input weight uncertainty.
A subset of specific combinations of input weights over the range of 0.1–0.4 did result in a decrease in accuracy including a combination of low mechanical and low hypoxia or a combination of low AngII, TGFβ and FGF, but these did not decrease the model accuracy more than 13% (figure 4a).
There was a wide range of changes in model accuracy as shown in figure 4b, over the relatively large range of n of 1.36–2.36, showing increased uncertainty propagation. Lower model accuracy (less than 40%) was observed when more than 30% of the 99 reactions had Hill coefficients n exceeding 2.2. In order to allow EC50 to vary, n was set to 2 as stated in §2 to avoid numerical errors [2].
Model accuracy was generally high and robust to varying EC50 from 0.4 to 0.7, but there was a secondary peak at 20% as seen in figure 4c. The low peak occurred when the reactions of MST1/2 activating LATS1/2 and miR130/301 inhibiting LRP8 both had EC50 values greater than 0.68. Both reactions are involved in the Hippo pathway, which is activated by mechanical stimulus. Finally, there was a set of EC50 values that led to an increased model accuracy of 82%. When compared with thousands of combinations that produced an 80% accuracy. This result is unique in that all of the inputs and hypoxia → Nox4 were not extreme values (0.42 < EC50 < 0.68) combined with a high EC50 (greater than 0.68) for the reaction: MMP9 and latent TGFβ activating TGFβ and a low EC50 (less than 0.42) for the reaction: proMMP9 activating MMP9 and TIMP1 inhibiting MMP9. This finding demonstrates how further tuning can be done by optimizing model parameters.
The 11 inhibition results seen in figure 2b–e (activation by TGFβ and TNFα then inhibition of p38, ERK1/2 or ROS) were coded with a threshold of 0.05, and UQ was repeated using polynomial chaos expansion with a fourth order varying the seven input weights from 0.1 to 0.4. Electronic supplementary material, S5 shows that the predicted results of inhibition experiments were relatively robust to this change, accurately predicting 9/11 (82%) or 8/11 (73%) of the activation by TGFβ and TNFα and inhibition of p38, ERK1/2 and ROS. However, the model was not able to capture the inhibition of collagen I by p38 or ERK1/2.
(d). Quantification of epistemic uncertainty of network structure
To use UQ to evaluate the level of uncertainty associated with the cell type used in the model construction, a reduced version of the model was created with only experimental data reported for fibroblast cells from the cardiovascular system, specifically PAAFs and CFBs. This new criterion led to a reduced model with 82 reactions and 62 nodes, due to the removal of ET1 and latent TGFβ, versus the 92 reactions and 64 nodes in the original model (electronic supplementary material, S4). The reduced model was qualitatively validated against the same independent set of data as the full model. Here, the accuracy went down to 24/38 (63%) compared to 31/39 (80%) for the original model. The number of experiments compared against drops down from 39 to 38 as a result of ET1 being a node in the input–output comparison.
We ran a (quasi-)Monte Carlo simulation with 10 000 model evaluations where n was given a uniform distribution from 2 to 2.4, EC50 was given a uniform distribution of 0.4 to 0.7 (default value of 0.6), and the input weight w was given a uniform distribution of 0.1 to 0.4 (default value of 0.25) as depicted in figure 5a.
We further compared the two models by varying all three parameters at once: n ∼ U(2, 2.4), EC50 ∼ U(0.4, 0.6) and w ∼ U(0.1, 0.4) (figure 5). The mean accuracy of the baseline model (figure 5a) was 35.7% with a standard deviation of 18% and reaches a maximum accuracy of 80%, while the mean accuracy of the reduced model (figure 5b) was 38.4% with a standard deviation of 12% and a maximum accuracy of 63%. Overall, this result suggests that while using data from non-cardiovascular cell types is a source of epistemic uncertainty, the additional model components and reactions deduced from these other cell types can improve prediction accuracy without significantly compromising robustness. These results may help to prioritize new in vitro experiments in PAAFs that are not available in the literature but are important to the accuracy of the model. This includes experiments on the feedback from and activation of latent TGFβ, activation of TIMP1 and ET1 by AP1, activation of elastin mRNA by PKCα, activation of HIF1α by ROS and activation of α-SMAmRNA by p38.
To examine the effects of only including cardiovascular fibroblast data (PAAFs and CFBs) on the inhibition results, simulations were rerun with the same conditions as in figure 2b–e. Briefly, input TGFβ = 0.475, and TNFα = 0.375, ERK1/2 ymax = 0.3, p38 ymax = 0.05, ROS ymax = 0, and at 24 h and 8 h, respectively. While other trends remained the same as shown in electronic supplementary material, S5, the reduced model resulted in a qualitative reversal of the accuracy for α-SMA predicted by the full PAAF model. As shown in figure 5c, there was no longer a decrease in activity in α-SMA due to ERK and p38 inhibitors as originally observed. The reduced form of the model only agrees with the increase in α-SMA due to TGFβ stimulation. The results also no longer match the experiment, producing p values that were less than 0.05 with a heteroscedastic Student’s t-test, rejecting the null hypothesis that the model results lie in the same distribution as the experimental ones [76]. Thus, the full model, despite including some information from non-cardiovascular fibroblasts, better captures the complex regulation of α-SMA expression.
4. Conclusion
We created a novel network model of cell signalling in PAAFs that integrates seven signalling modules known to be involved in pulmonary arterial fibrosis. This model was qualitatively consistent with experimentally measured input–output relationships and the results from inhibition experiments all from independent papers not used to formulate the model originally. To determine the specificity of the model to fibroblasts from the pulmonary arterial adventitia, we ran a simulation using only nodes also included in the CFB model developed by Zeigler et al. Here, the CFB model with 40 reactions significantly underpredicted by almost threefold the PAAF input–output experiments. This indicates the important role played by the 52 added reactions in our fibroblast model to describe the signalling pathway representing PAAF properties in PAH. Sensitivity analysis showed that model-predicted PAAF network state was most sensitive to TGFβ, MAPK and hypoxia signalling pathways. The sensitivity analysis for the CFB model showed similar importance of TGFβ pathways and MAPK pathways, but mechanical stimulus had a higher impact. By using UQ, we determined the robustness of the model with respect to input weight and EC50, but found that parameter uncertainty propagation was increased significantly with increased n.
This paper takes similar approaches to those previously undertaken in other logic-based network models including those done by Zeigler et al. [6] and Kraeutler et al. [2]. The Zeigler model has been shown to be similarly robust to this PAAF model, with an accuracy of 80% and similarly predicts a strong influence of TGFβ [6]. Our model uses the same default parameters and also includes analysis of variation in baseline input. This is in contrast to the Kraeutler model, where the model is fully parameterized and the authors carried out a sensitivity analysis on the Hill coefficient, EC50, and ymax [2]. We have further varied the Hill coefficient and EC50 using a uniform distribution via UQ.
We also identified the areas of epistemic uncertainty inherent in network construction that will need further confirmation, revision and comparison with future experiments done specifically in PAAFs by running a three parameter UQ analysis on the model with and without the pathways derived from non-cardiovascular fibroblasts. In some cases, information from non-cardiovascular cell types were shown not to highly affect input–output prediction accuracy but did improve the accuracy of predictions on the effects of inhibitors as seen in the predictions of how α-SMA responds to TGFβ when ERK or ROS were inhibited. Thus, the full model, despite including some information from non-cardiovascular fibroblasts, better recapitulated the regulation of α-SMA expression. In this way, UQ was able to capture the levels to which the output of model accuracy could vary given changes in large ranges of parameters and in the absence of pathways elucidated by non-cardiovascular fibroblasts. This analysis was crucial to a system that has so little certainty in model construction and literature data such as in PAAFs. With directions for optimization given by UQ, this model can be improved to help the scientific community understand the complex interplay of pathways in pulmonary arterial remodelling in order to identify treatments that can better target adventitial fibrosis.
5. Limitations and future directions
There is very little literature from which to determine specific model parameters, so we have not attempted to identify individual parameters and instead used constant values for every node and explored parameter uncertainty over a wide range. For example, all reactions are at a default weight of 1; however, the literature data could suggest that some reactions are more important than others in determining fibrosis. These findings are consistent with the conclusion that capturing the molecular interactions within the network topology is more important for reproducing the qualitative features revealed by typical cell biological experiments than the particular choice of parameters. This property explains why this class of network model is often preferred to more biochemically detailed models with fewer interacting pathways for interpreting the frequently more qualitative conclusions of many cell biological studies. The analyses suggested that the model is quite robust to parameter uncertainty at least when using qualitative experimental criteria. When varying input weight (w) the model accuracy ranged from 67% to 80%, when varying half-maximal effective concentration (EC50) the accuracy generally ranged from 60% to 80% though the model accuracy was highly affected by changes in the Hill coefficient (n). Given that the UQ results depend on the ranges chosen for the model parameters, in this case n, EC50 and w, caution should be taken in making too many biological conclusions based on this analysis.
A critical next step identified by UQ is to fill in the areas where there are no in vitro experiments in PAAFs both to refine the model and acquire more validation data so one can be more confident in the results. For example, there are no literature data on how stimulation of PAAFs with TNFα affect phenotypic outputs, only on intermediates in the model. There is some data uncertainty in the literature, as a low sample size and power in typical cell biology experiments means there is less confidence in experimental findings concluding no significant change versus those reporting significant changes.
The model is currently only shown to be qualitatively consistent with input–output experiments and normalized from 0 to 1 as the range is unknown and many reported experimental results are not quantitative. In the future, we can implement mass-action equations with kinetic rates to create a more quantitative and realistic measure of matrix remodelling that we can validate through experimentation. We can also integrate paracrine signalling with other cell types, as PAAFs are known to activate macrophages and smooth muscle cells surrounding them in the pulmonary arterial wall [59] Another future direction is to reformulate the model by adding exogenous stimulation for ET1 and IL6 and feedback, which could increase model accuracy.
Supplementary Material
Supplementary Material
Supplementary Material
Supplementary Material
Supplementary Material
Acknowledgements
The authors greatly appreciate the scientific discussions with Prof. Andrew McCulloch at the University of California San Diego.
Footnotes
Netflux codebase: https://github.com/saucermanlab/Netflux
Data accessibility
This article has no additional data.
Authors' contributions
A.W. curated the data for network construction, created the network, performed the validation and sensitivity analysis and drafted and edited the manuscript. S.C. developed the Python code and methodology for uncertainty analysis. Y.A. conceived of applying UQ to the network model and edited the manuscript. D.V.-J. conceived of the project idea, acquired funding, administered and supervised the project, and edited the manuscript. All authors read and approved the manuscript.
Competing interests
None.
Funding
This work was partially funded by the American Heart Association Scientist Developmentgrant no. 16SDG29670010, and the National Institutes of Health grant nos¡/GRANTSPONSOR¿2NHLBI 1 T32 HL105373 and NHLBI 1 R01 HL137100.
Reference
- 1.Stenmark KR, Davie N, Frid M, Gerasimovskaya G, Das M. 2006. Role of the adventitia in pulmonary vascular remodeling. Physiology 21, 134–145. ( 10.1152/physiol.00053.2005) [DOI] [PubMed] [Google Scholar]
- 2.Kraeutler MJ, Soltis AR, Saucerman JJ. 2010. Modeling cardiac β-adrenergic signaling with normalized-Hill differential equations: comparison with a biochemical model. BMC Syst. Biol. 4, 157 ( 10.1186/1752-0509-4-157) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 3.Herum KM, Choppe J, Kumar A, Engler AJ, McCulloch AD. 2017. Mechanical regulation of cardiac fibroblast profibrotic phenotypes. Mol. Biol. Cell 28, 1871–1882. ( 10.1091/mbc.e17-01-0014) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Grieb M, Burkovski A, Sträng JE, Kraus JM, Groß A, Palm G, Kühl M, Kestler HA. 2015. Predicting variabilities in cardiac gene expression with a boolean network incorporating uncertainty. PLoS ONE 10, e0131832 ( 10.1371/journal.pone.0131832) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Mirams GR, Pathmanathan P, Gray RA, Challenor P, Clayton RH. 2016. Uncertainty and variability in computational and mathematical models of cardiac physiology. J. Physiol. 594, 6833–6847. ( 10.1113/JP271671) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Zeigler AC, Richardson WJ, Holmes JW, Saucerman JJ. 2016. A computational model of cardiac fibroblast signaling predicts context-dependent drivers of myofibroblast differentiation. J. Mol. Cell Cardiol. 94, 72–81. ( 10.1016/j.yjmcc.2016.03.008) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Boyd R, Rätsep MT, Ding LL, Wang HD. 2011. ETA and ETB receptors are expressed in vascular adventitial fibroblasts. Am. J. Physiol.-Heart Circ. Physiol. 301, H2271–H2278. ( 10.1152/ajpheart.00869.2010) [DOI] [PubMed] [Google Scholar]
- 8.Bertero T. et al. 2015. Matrix remodeling promotes pulmonary hypertension through feedback mechanoactivation of the YAP/TAZ-miR-130/301 circuit. Cell Rep. 13, 1016–1032. ( 10.1016/j.celrep.2015.09.049) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9.Barman SA. et al. 2014. NADPH oxidase 4 is expressed in pulmonary artery adventitia and contributes to hypertensive vascular remodeling. Arterioscler Thromb. Vasc. Biol. 34, 1704–1715. ( 10.1161/ATVBAHA.114.303848) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.El Kasmi KC. et al. 2014. Adventitial fibroblasts induce a distinct proinflammatory/profibrotic macrophage phenotype in pulmonary hypertension. J. Immunol. 193, 597–609. ( 10.4049/jimmunol.1303048) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Misra S, Fu AA, Misra KD, Shergill UM, Leof EB, Mukhopadhyay D. 2010. Hypoxia-induced phenotypic switch of fibroblasts to myofibroblasts through a matrix metalloproteinase 2/tissue inhibitor of metalloproteinase-mediated pathway: implications for venous neointimal hyperplasia in hemodialysis access. J. Vasc. Interv. Radiol. 21, 896–902. ( 10.1016/j.jvir.2010.02.030) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Reddy VS, Harskamp RE, van Ginkel MW, Calhoon J, Baisden CE, Kim IS, Valente AJ, Chandrasekar B. 2008. Interleukin-18 stimulates fibronectin expression in primary human cardiac fibroblasts via PI3K-Akt-dependent NF-κ B activation. J. Cell Physiol. 215, 697–707. ( 10.1002/jcp.21348) [DOI] [PubMed] [Google Scholar]
- 13.Zhang J, Lo CS. 1995. Regulation of fibronectin expression by PDGF-BB And IGF-I in cultured rat thoracic aortic adventitial fibroblasts. Cell Biol. Int. 19, 517–526. ( 10.1006/cbir.1995.1096) [DOI] [PubMed] [Google Scholar]
- 14.Lin S, Ma S, Lu P, Cai W, Chen Y, Sheng J. 2014. Effect of CTRP3 on activation of adventitial fibroblasts induced by TGF-β1 from rat aorta in vitro. Int. J. Clin. Exp. Pathol. 7, 2199–2208. [PMC free article] [PubMed] [Google Scholar]
- 15.Zalewski A, Shi Y. 1997. Vascular myofibroblasts: lessons from coronary repair and remodeling. Arterioscler. Thromb. Vasc. Biol. 17, 417–422. ( 10.1161/01.ATV.17.3.417) [DOI] [PubMed] [Google Scholar]
- 16.Zhou HY, Chen WD, Zhu DL, Wu LY, Zhang J, Han WQ, Li JD, Yan C, Gao PJ. 2009. The PDE1A-PKCα signaling pathway is involved in the upregulation of α-smooth muscle actin by TGF-β1 in adventitial fibroblasts. J. Vasc. Res. 47, 9–15. ( 10.1159/000231716) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Zhang J, Tang L, Dai F, Qi Y, Yang L, Liu Z, Deng L, Yao W. 2019. ROCK inhibitors alleviate myofibroblast transdifferentiation and vascular remodeling via decreasing TGFβ1-mediated RhoGDI expression. Gen. Physiol. Biophys. 38, 271–280. ( 10.4149/gpb_2019017) [DOI] [PubMed] [Google Scholar]
- 18.Liu P, Zhang C, Feng JB, Zhao YX, Wang XP, Yang JM, Zhang MX, Wang XL, Zhang Y. 2008. Cross talk among Smad, MAPK, and integrin signaling pathways enhances adventitial fibroblast functions activated by transforming growth factor-β1 and inhibited by Gax. Arterioscler. Thromb. Vasc. Biol. 28, 725–731. ( 10.1161/ATVBAHA.107.159889) [DOI] [PubMed] [Google Scholar]
- 19.Ren M, Wang B, Zhang J, Liu P, Lv Y, Liu G, Jiang H, Liu F. 2011. Smad2 and Smad3 as mediators of the response of adventitial fibroblasts induced by transforming growth factor β1. Mol. Med. Rep. 4, 561–567. ( 10.3892/mmr.2011.458) [DOI] [PubMed] [Google Scholar]
- 20.Wang B, Omar A, Angelovska T, Drobic V, Rattan SG, Jones SC, Dixon IM. 2007. Regulation of collagen synthesis by inhibitory Smad7 in cardiac myofibroblasts. Am. J. Physiol.- Heart Circ. Physiol. 293, H1282–H1290. ( 10.1152/ajpheart.00910.2006) [DOI] [PubMed] [Google Scholar]
- 21.Khalil N, Xu YD, OConnor R, Duronio V. 2005. Proliferation of pulmonary interstitial fibroblasts is mediated by transforming growth factor-β1-induced release of extracellular fibroblast growth factor-2 and phosphorylation of p38 MAPK and JNK. J. Biol. Chem. 30, 43 000–43 009. ( 10.1074/jbc.M510441200) [DOI] [PubMed] [Google Scholar]
- 22.Kucich U, Rosenbloom JC, Abrams WR, Rosenbloom J. 2002. Transforming growth factor-β stabilizes elastin mRNA by a pathway requiring active smads, protein kinase c-δ, and p38. Am. J. Respir Cell Mol. Biol. 26, 183–188. ( 10.1165/ajrcmb.26.2.4666) [DOI] [PubMed] [Google Scholar]
- 23.Sullivan DE, Ferris M, Nguyen H, Abboud E, Brody AR. 2009. TNF-α induces TGFβ1 expression in lung fibroblasts at the transcriptional level via AP1 activation. J. Cell Mol. Med. 13, 1866–1876. ( 10.1111/j.1582-4934.2008.00647.x) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24.Li L, Fan D, Wang C, Wang JY, Cui XB, Wu D, Zhou Y, Wu LL. 2011. Angiotensin II increases periostin expression via Ras/p38 MAPK/CREB and ERK1/2/TGF-β1 pathways in cardiac fibroblasts. Cardiovasc. Res. 91, 80–89. ( 10.1093/cvr/cvr067) [DOI] [PubMed] [Google Scholar]
- 25.Qiao L, Xie L, Shi K, Zhou T, Hua Y, Liu H. 2012. Notch signaling change in pulmonary vascular remodeling in rats with pulmonary hypertension and its implication for therapeutic intervention. PLoS ONE 7, e51514 ( 10.1371/journal.pone.0051514) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Csányi G, Taylor WR, Pagano PJ. 2009. NOX and inflammation in the vascular adventitia. Free Radic. Biol. Med. 47, 1254–1266. ( 10.1016/j.freeradbiomed.2009.07.022) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Ji J, Xu F, Li L, Chen R, Wang J, Hu WC. 2010. Activation of adventitial fibroblasts in the early stage of the aortic transplant vasculopathy in rat. Transplantation 89, 945–953. ( 10.1097/TP.0b013e3181d05aa7) [DOI] [PubMed] [Google Scholar]
- 28.Budas GR. et al. 2018. ASK1 inhibition halts disease progression in preclinical models of pulmonary arterial hypertension. Am. J. Respir. Crit. Care Med. 197, 373–385. ( 10.1164/rccm.201703-0502OC) [DOI] [PubMed] [Google Scholar]
- 29.Panzhinskiy E, Zawada WM, Stenmark KR, Das M. 2012. Hypoxia induces unique proliferative response in adventitial fibroblasts by activating PDGFβ receptor-JNK1 signalling. Cardiovasc. Res. 95, 356–365. ( 10.1093/cvr/cvs194) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Chandel NS, McClintock DS, Feliciano CE, Wood TM, Melendez JA, Rodriguez AM, Schumacker PT. 2000. Reactive oxygen species generated at mitochondrial Complex III stabilize hypoxia-inducible factor-1α during hypoxia: a mechanism of O2 sensing. J. Biol. Chem. 275, 25 130–25 138. ( 10.1074/jbc.M001914200) [DOI] [PubMed] [Google Scholar]
- 31.Yang W, Zhang J, Wang H, Gao P, Singh M, Shen K, Fang N. 2011. Angiotensin II downregulates catalase expression and activity in vascular adventitial fibroblasts through an AT1R/ERK1/2-dependent pathway. Mol. Cell Biochem. 358, 21–29. ( 10.1007/s11010-011-0915-1) [DOI] [PubMed] [Google Scholar]
- 32.Siques P, López De Pablo ÁL, Brito J, Arribas SM, Flores K, Arriaza K, Naveas N, González MC, Hoorntje A, León-Velarde F, López MR. 2014. Nitric oxide and superoxide anion balance in rats exposed to chronic and long term intermittent hypoxia. Biomed. Res. Int. 2014, 610474 ( 10.1155/2014/610474) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33.Tieu BC, Ju X, Lee C, Sun H, Lejeune W, Recinos A 3rd, Brasier AR, Tilton RG. 2011. Aortic adventitial fibroblasts participate in angiotensin-induced vascular wall inflammation and remodeling. J. Vasc. Res. 48, 261–272. ( 10.1159/000320358) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 34.Stenmark KR, Nozik-Grayck E, Gerasimovskaya E, Anwar A, Li M, Riddle S, Frid M. 2011. The adventitia: essential role in pulmonary vascular remodeling. Compr. Physiol. 1, 141–161. ( 10.1002/cphy.c090017) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 35.He RQ, Tang XF, Zhang BL, Li XD, Hong MN, Chen QZ, Han WQ, Gao PJ. 2016. Protease-activated receptor 1 and 2 contribute to angiotensin II-induced activation of adventitial fibroblasts from rat aorta. Biochem. Biophys. Res. Commun. 473, 517–523. ( 10.1016/j.bbrc.2016.03.094) [DOI] [PubMed] [Google Scholar]
- 36.Shen WL, Gao PJ, Che ZQ, Ji KD, Yin M, Yan C, Berk BC, Zhu DL. 2006. NAD(P)H oxidase-derived reactive oxygen species regulate angiotensin-II induced adventitial fibroblast phenotypic differentiation. Biochem. Biophys. Res. Commun. 339, 337–343. ( 10.1016/j.bbrc.2005.10.207) [DOI] [PubMed] [Google Scholar]
- 37.Jin X, Fu G xiang, Li X dong, Zhu D liang, Gao P. 2011. Expression and function of osteopontin in vascular adventitial fibroblasts and pathological vascular remodeling. PLoS ONE 6, e23558 ( 10.1371/journal.pone.0023558) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 38.Short M, Nemenoff RA, Zawada WM, Stenmark KR, Das M. 2004. Hypoxia induces differentiation of pulmonary artery adventitial fibroblasts into myofibroblasts. Am. J. Physiol.-Cell Physiol. 286, C416–C425. ( 10.1152/ajpcell.00169.2003) [DOI] [PubMed] [Google Scholar]
- 39.Hall MC, Young DA, Waters JG, Rowan AD, Chantry A, Edwards DR, Clark IM. 2003. The comparative role of activator protein 1 and Smad factors in the regulation of Timp-1 and MMP-1 gene expression by transforming growth factor-β1. J. Biol. Chem. 278, 10 304–10 313. ( 10.1074/jbc.M212334200) [DOI] [PubMed] [Google Scholar]
- 40.Zhang H, Bajraszewski N, Wu E, Wang H, Moseman AP, Dabora SL, Griffin JD, Kwiatkowski DJ. 2007. PDGFRs are critical for PI3K/Akt activation and negatively regulated by mTOR. J. Clin. Invest. 117, 730–738. ( 10.1172/JCI28984) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 41.Fei J, Viedt C, Soto U, Elsing C, Jahn L, Kreuzer J. 2000. Endothelin-1 and smooth muscle cells: induction of jun amino-terminal kinase through an oxygen radical - sensitive mechanism. Arterioscler. Thromb. Vasc. Biol. 20, 1244–1249. ( 10.1161/01.ATV.20.5.1244) [DOI] [PubMed] [Google Scholar]
- 42.Wu J, Thabet SR, Kirabo A, Trott DW, Saleh MA, Xiao L, Madhur MS, Chen W, Harrison DG. 2014. Inflammation and mechanical stretch promote aortic stiffening in hypertension through activation of p38 mitogen-activated protein kinase. Circ. Res. 14, 616–625. ( 10.1161/CIRCRESAHA.114.302157) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 43.Fleenor BS, Marshall KD, Durrant JR, Lesniewski LA, Seals DR. 2010. Arterial stiffening with ageing is associated with transforming growth factor-β1-related changes in adventitial collagen: reversal by aerobic exercise. J. Physiol. 588, 3971–3982. ( 10.1113/jphysiol.2010.194753) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 44.Chen J, Wu J, Li L, Zou YZ, Zhu DL, Gao PJ. 2011. Effect of an acute mechanical stimulus on aortic structure in the transverse aortic constriction mouse model. Clin. Exp. Pharmacol. Physiol. 38, 570–576. ( 10.1111/j.1440-1681.2011.05544.x) [DOI] [PubMed] [Google Scholar]
- 45.Liu G, Eskin SG, Mikos AG. 2001. Integrin alpha(v)beta(3) is involved in stimulated migration of vascular adventitial fibroblasts by basic fibroblast growth factor but not platelet-derived growth factor. J. Cell Biochem. 83, 129–135. ( 10.1002/jcb.1208) [DOI] [PubMed] [Google Scholar]
- 46.Li G, Oparil S, Kelpke SS, Chen YF, Thompson JA. 2002. Fibroblast growth factor receptor-1 signaling induces osteopontin expression and vascular smooth muscle cell-dependent adventitial fibroblast migration in vitro. Circulation 106, 854–859. ( 10.1161/01.CIR.0000024113.26985.CC) [DOI] [PubMed] [Google Scholar]
- 47.Anwar A. et al. 2012. Osteopontin is an endogenous modulator of the constitutively activated phenotype of pulmonary adventitial fibroblasts in hypoxic pulmonary hypertension. Am. J. Physiol. Lung. Cell Mol. Physiol. 303, L1–L11. ( 10.1152/ajplung.00050.2012) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 48.Li G, Chen YF, Kelpke SS, Oparil S, Thompson JA. 2000. Estrogen attenuates integrin-β3-dependent adventitial fibroblast migration after inhibition of osteopontin production in vascular smooth muscle cells. Circulation 101, 2949–2955. ( 10.1161/01.CIR.101.25.2949) [DOI] [PubMed] [Google Scholar]
- 49.Herum KM, Lunde IG, Skrbic B, Florholmen G, Behmen D, Sjaastad I, Carlson CR, Gomez MF, Christensen G. 2013. Syndecan-4 signaling via NFAT regulates extracellular matrix production and cardiac myofibroblast differentiation in response to mechanical stress. J. Mol. Cell Cardiol. 54, 73–81. ( 10.1016/j.yjmcc.2012.11.006) [DOI] [PubMed] [Google Scholar]
- 50.Li L, Couse TL, DeLeon H, Xu CP, Wilcox JN, Chaikof EL. 2002. Regulation of syndecan-4 expression with mechanical stress during the development of angioplasty-induced intimal thickening. J. Vasc. Surg. 36, 361–370. ( 10.1067/mva.2002.124364) [DOI] [PubMed] [Google Scholar]
- 51.Gerasimovskaya EV, Tucker DA, Stenmark KR. 2005. Activation of phosphatidylinositol 3-kinase, Akt, and mammalian target of rapamycin is necessary for hypoxia-induced pulmonary artery adventitial fibroblast proliferation. J. Appl. Physiol. 98, 722–731. ( 10.1152/japplphysiol.00715.2004) [DOI] [PubMed] [Google Scholar]
- 52.Morsut L. et al. 2011. Role of YAP/TAZ in mechanotransduction. Nature 474, 179–183. ( 10.1038/nature10137) [DOI] [PubMed] [Google Scholar]
- 53.McGrath JC, Deighan C, Briones AM, Shafaroudi MM, McBride M, Adler J, Arribas SM, Vila E, Daly CJ. 2005. New aspects of vascular remodelling: the involvement of all vascular cell types. Exp. Physiol. 90, 469–475. ( 10.1113/expphysiol.2005.030130) [DOI] [PubMed] [Google Scholar]
- 54.Schulze-Bauer CAJ, Regitnig P, Holzapfel GA. 2002. Mechanics of the human femoral adventitia including the high-pressure response. Am. J. Physiol.- Heart Circ. Physiol. 282, H2427–H2440. ( 10.1152/ajpheart.00397.2001) [DOI] [PubMed] [Google Scholar]
- 55.Chai X, Sun D, Han Q, Yi L, Wu Y, Liu X. 2018. Hypoxia induces pulmonary arterial fibroblast proliferation, migration, differentiation and vascular remodeling via the PI3K/Akt/p70S6K signaling pathway. Int. J. Mol. Med. 41, 2461–2472. ( 10.3892/ijmm.2018.3462) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 56.Lee SJ, Bae SS, Kim KH, Lee WS, Rhim BY, Hong KW, Kim CD. 2007. High glucose enhances MMP-2 production in adventitial fibroblasts via Akt1-dependent NF-κ B pathway. FEBS Lett. 581, 4189–4194. ( 10.1016/j.febslet.2007.07.058) [DOI] [PubMed] [Google Scholar]
- 57.Liu Y. et al. 2010. AGEs increased migration and inflammatory responses of adventitial fibroblasts via RAGE, MAPK and NFκB pathways. Atherosclerosis 208, 34–42. ( 10.1016/j.atherosclerosis.2009.06.007) [DOI] [PubMed] [Google Scholar]
- 58.Brasier AR. 2010. The nuclear factor-B-interleukin-6 signalling pathway mediating vascular inflammation. Cardiovasc. Res. 86, 211–218. ( 10.1093/cvr/cvq076) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 59.Hemnes AR, Humbert M. 2017. Pathobiology of pulmonary arterial hypertension: understanding the roads less travelled. Eur. Respir. J. 26, 170093 ( 10.1183/16000617.0093-2017) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 60.Tan PM, Buchholz KS, Omens JH, McCulloch AD, Saucerman JJ. 2017. Predictive model identifies key network regulators of cardiomyocyte mechano-signaling. PLoS Comput. Biol. 13, e1005854 ( 10.1371/journal.pcbi.1005854) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 61.Bertero T, Handen AL, Chan SY. 2018. Factors associated with heritable pulmonary arterial hypertension exert convergent actions on the miR-130/301-vascular matrix feedback loop. Int. J. Mol. Sci. 19, E2289 ( 10.3390/ijms19082289) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 62.Liu X, Kelm RJ, Strauch AR. 2009. Transforming growth factor β1-mediated activation of the smooth muscle α-actin gene in human pulmonary myofibroblasts is inhibited by tumor necrosis factor-α via mitogen-activated protein kinase 1-dependent induction of the Egr-1 transcriptional repressor. Mol. Biol. Cell 20, 2174–2185. ( 10.1091/mbc.e08-10-0994) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 63.Scott RA, Kharkar PM, Kiick KL, Akins RE. 2017. Aortic adventitial fibroblast sensitivity to mitogen activated protein kinase inhibitors depends on substrate stiffness. Biomaterials 137, 1–10. ( 10.1016/j.biomaterials.2017.05.010) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 64.Zhang L, Li Y, Liu Y, Wang X, Chen M, Xing Y, Zhu D. 2015. STAT3-mediated MMP-2 expression is required for 15-HETE-induced vascular adventitial fibroblast migration. J. Steroid Biochem. Mol. Biol. 149, 106–117. ( 10.1016/j.jsbmb.2015.01.015) [DOI] [PubMed] [Google Scholar]
- 65.Chen WD, Chu YF, Liu JJ, Hong MN, Gao PJ. 2013. RhoA-Rho kinase signaling pathway mediates adventitial fibroblasts differentiation to myofibroblasts induced by TGF-β1. Sheng Li Xue Bao 65, 113–121. [PubMed] [Google Scholar]
- 66.Robinson KG, Nie T, Baldwin AD, Yang EC, Kiick KL, Akins RE. 2012. Differential effects of substrate modulus on human vascular endothelial, smooth muscle, and fibroblastic cells. J. Biomed. Mater. Res.- Part A 100A, 1356–1367. ( 10.1002/jbm.a.34075) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 67.Eul B. et al. 2006. Impact of HIF-1alpha and HIF-2alpha on proliferation and migration of human pulmonary artery fibroblasts in hypoxia. FASEB J. 20, 163–165. ( 10.1096/fj.05-4104fje) [DOI] [PubMed] [Google Scholar]
- 68.Welsh DJ, Scott PH, Peacock AJ. 2006. p38 MAP kinase isoform activity and cell cycle regulators in the proliferative response of pulmonary and systemic artery fibroblasts to acute hypoxia. Pulm. Pharmacol. Ther. 19, 128–138. ( 10.1016/j.pupt.2005.04.008) [DOI] [PubMed] [Google Scholar]
- 69.Frisdal E. et al. 2001. Gelatinase expression in pulmonary arteries during experimental pulmonary hypertension. Eur. Respir J. 18, 838–845. ( 10.1183/09031936.01.00084601) [DOI] [PubMed] [Google Scholar]
- 70.Krick S. et al. 2005. Hypoxia-driven proliferation of human pulmonary artery fibroblasts: cross-talk between HIF-1α and an autocrine angiotensin system. FASEB J. 19, 857–859. ( 10.1096/fj.04-2890fje) [DOI] [PubMed] [Google Scholar]
- 71.Mallawaarachchi CM, Weissberg PL, Siow RCM. 2006. Antagonism of platelet-derived growth factor by perivascular gene transfer attenuates adventitial cell migration after vascular injury: new tricks for old dogs? FASEB J 20, 1686–1688. ( 10.1096/fj.05-5435fje) [DOI] [PubMed] [Google Scholar]
- 72.Sauvage M, Hinglais N, Mandet C, Badier C, Deslandes F, Michel JB, Jacob MP. 1998. Localization of elastin mRNA and TGF-β1 in rat aorta and caudal artery as a function of age. Cell Tissue Res. 291, 305–314. ( 10.1007/s004410051000) [DOI] [PubMed] [Google Scholar]
- 73.An SJ, Liu P, Shao TM, Wang ZJ, Lu HG, Jiao Z, Li X, Fu JQ. 2015. Characterization and functions of vascular adventitial fibroblast subpopulations. Cell Physiol. Biochem. 35, 1137–1150. ( 10.1159/000373939) [DOI] [PubMed] [Google Scholar]
- 74.Haurani MJ, Cifuentes ME, Shepard AD, Pagano PJ. 2008. Nox4 oxidase overexpression specifically decreases endogenous Nox4 mRNA and inhibits angiotensin II-induced adventitial myofibroblast migration. Hypertension 52, 143–149. ( 10.1161/HYPERTENSIONAHA.107.101667) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 75.Smith JD, Bryant SR, Couper LL, Vary CP, Gotwals PJ, Koteliansky VE, Lindner V. 1999. Soluble transforming growth factor-β type II receptor inhibits negative remodeling, fibroblast transdifferentiation, and intimal lesion formation but not endothelial growth. Circ. Res. 84, 1212–1222. ( 10.1161/01.RES.84.10.1212) [DOI] [PubMed] [Google Scholar]
- 76.Zhang L, Li Y, Chen M, Su X, Yi D, Lu P, Zhu D. 2014. 15-LO 15-HETE Mediated Vascular Adventitia Fibrosis via p38 MARK Dependent TGF-β. J. Cell Physiol. 229, 245–257. ( 10.1002/jcp.24443) [DOI] [PubMed] [Google Scholar]
- 77.He Y, Xiao Y, Yang X, Li Y, Wang B, Yao F, Lin R. 2017. SIRT6 inhibits TNF-α-induced inflammation of vascular adventitial fibroblasts through ROS and Akt signaling pathway. Exp. Cell Res. 357, 88–97. ( 10.1016/j.yexcr.2017.05.001) [DOI] [PubMed] [Google Scholar]
- 78.Zhang L, Chen Y, Li G, Chen M, Huang W, Liu Y, Li Y. 2016. TGF−β1/FGF-2 signaling mediates the 15-HETE-induced differentiation of adventitial fibroblasts into myofibroblasts. Lipids Health Dis. 15, 2 ( 10.1186/s12944-015-0174-3) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 79.Li S, Tabar SS, Malec V, Eul BG, Klepetko W, Weissmann N, Grimminger F, Seeger W, Rose F, Hänze J. 2008. NOX4 regulates ROS levels under normoxic and hypoxic conditions, triggers proliferation, and inhibits apoptosis in pulmonary artery adventitial fibroblasts. Antioxid. Redox Signal 10, 1687–1698. ( 10.1089/ars.2008.2035) [DOI] [PubMed] [Google Scholar]
- 80.Nave AH. et al. 2014. Lysyl oxidases play a causal role in vascular remodeling inclinical and experimental pulmonary arterial hypertension. Arterioscler. Thromb. Vasc. Biol. 34, 1446–1458. ( 10.1161/ATVBAHA.114.303534) [DOI] [PubMed] [Google Scholar]
- 81.Marino S, Hogue IB, Ray CJ, Kirschner DE. 2008. A methodology for performing global uncertainty and sensitivity analysis in systems biology. J. Theor. Biol. 254, 178–196. ( 10.1016/j.jtbi.2008.04.011) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 82.Tennøe S, Halnes G, Einevoll GT. 2018. Uncertainpy: a Python toolbox for uncertainty quantification and sensitivity analysis in computational neuroscience. Front. Neuroinform. 14, 49 ( 10.3389/fninf.2018.00049) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 83.Cohen TS, Lawrence GG, Khasgiwala A, Margulies SS. 2010. MAPK activation modulates permeability of isolated rat alveolar epithelial cell monolayers following cyclic stretch. PLoS ONE 5, e10385 ( 10.1371/journal.pone.0010385) [DOI] [PMC free article] [PubMed] [Google Scholar]
- 84.Cuenda A, Rouse J, Doza YN, Meier R, Cohen P, Gallagher TF, Young PR, Lee JC. 1995. SB 203580 is a specific inhibitor of a MAP kinase homologue which is stimulated by cellular stresses and interleukin-1. FEBS Lett. 364, 229–233. ( 10.1016/0014-5793(95)00357-F) [DOI] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Supplementary Materials
Data Availability Statement
This article has no additional data.