Skip to main content

SBML-SAT: a systems biology markup language (SBML) based sensitivity analysis tool

Abstract

Background

It has long been recognized that sensitivity analysis plays a key role in modeling and analyzing cellular and biochemical processes. Systems biology markup language (SBML) has become a well-known platform for coding and sharing mathematical models of such processes. However, current SBML compatible software tools are limited in their ability to perform global sensitivity analyses of these models.

Results

This work introduces a freely downloadable, software package, SBML-SAT, which implements algorithms for simulation, steady state analysis, robustness analysis and local and global sensitivity analysis for SBML models. This software tool extends current capabilities through its execution of global sensitivity analyses using multi-parametric sensitivity analysis, partial rank correlation coefficient, SOBOL's method, and weighted average of local sensitivity analyses in addition to its ability to handle systems with discontinuous events and intuitive graphical user interface.

Conclusion

SBML-SAT provides the community of systems biologists a new tool for the analysis of their SBML models of biochemical and cellular processes.

Background

With growing interest in systems biology, mathematical models have been widely used to study metabolic networks, gene regulatory networks and cell signaling pathways [1–6]. These mathematical models are used to reproduce experimental data and predict unobserved behaviors of the system. However, many sources of uncertainty including errors, inconsistency and noise of experimental data, absence of parameter information, incomplete representation of underlying process details, and poor understanding of the biological mechanisms impose a limit on model confidence. Furthermore, intrinsic variability or noise of the system such as the occurrence of stochastic events also affects the output of the model. Therefore, it is important not only to understand the dynamical properties of the model with particular parameter values, but also to further investigate the effect of their perturbations on the system [7]. Sensitivity analysis is a powerful approach for investigating which parameters in a model have the strongest effect on overall behavior. In addition to identifying key parameters in a model, sensitivity analysis is valuable in pinpointing parameters, which should be in the focus of experimental perturbation [8].

Sensitivity analysis has been widely utilized for the systems biology research [2, 7, 9–16]. However, it is time consuming for researchers to apply different algorithms to their specific models. In order to automate sensitivity analysis for different types of systems biology models, we developed a free software tool named SBML-SAT: a systems biology markup language (SBML) based sensitivity analysis tool. SBML is a language developed by the systems biology community to represent and exchange models of biochemical reaction networks [17]. SBML is being used by a large group of software developers and researchers. More than 120 software systems have so far been developed for supporting SBML http://sbml.org. Although a few existing software systems such as COPASI [18] and SBToolbox [19] incorporate local sensitivity analysis, a powerful, flexible and broadly applicable sensitivity analysis platform is still lacking. In particular, some important features missing from the existing software systems are described below.

Firstly, some mathematical models of biological system include discontinuous events, such as the division of cells, removal of biological signal at a specific time or blocking protein synthesis during an experiment. Most existing SBML supported software systems (except for SBML-PET [20], MathSBML [21], SBTOOLBOX2 [19], etc.) do not support models involving such discontinuous events. The broad applicability of these software systems is thus limited.

Secondly, none of the existing SBML software packages allows for global sensitivity analysis. A few of the existing software systems can run local sensitivity analysis which introduces a small perturbation of one parameter for each simulation. Therefore, local sensitivity analysis investigates sensitivity of the model outputs with respect to a particular point in the parameter space. However, a single "true" point of parameter set may not occur in nature. It is likely that biological parameters such as rate constants and initial concentrations are variable in a large range depending on the specific cell types and cellular environments. For this reason, a global sensitivity analysis is valuable to explore sensitivities of model outputs to simultaneous variations of all the parameters over a large range and examine possible non-linear effects of the parameters as well as their interactions [7].

Thirdly, the results of sensitivity analysis correspond to specific model outputs. The specific model outputs of interest usually vary from case to case. In some cases, users may want to study the integrated or maximum response of certain species, while in other cases interest may be placed on particular time dependent or steady state responses of the system. Thus, a good sensitivity analysis software platform should provide various options for specifying model outputs.

Here, we present the software system SBML-SAT that encompasses all of the above capabilities. It is worth pointing out that the purpose of this paper is not to explain the technical details of the software (described in the manual file) or the published algorithms, nor to present any particular biological findings. Rather, we provide an overview of the software, its validation with a variety of mathematical models for biological systems and demonstrate its broad applicability.

Implementation

Overview of the software system

SBML-SAT is designed to run simulation, steady state analysis, robustness analysis, as well as local and global sensitivity analysis for ordinary differential equations (ODE) based biological models. SBML-SAT meets the needs mentioned in the rational section with the following features:

Inspired by our previous work in SBML-PET project [20], we enabled SBML-SAT to support a variety of models including assignment rules and events, even for complicated event scenarios such as bisecting mass in case of cell division. Therefore, SBML-SAT will have a wide applicability for different types of models.

In addition to the implementation of traditional local sensitivity analysis, SBML-SAT provides four different global sensitivity analysis methods, including multi-parametric sensitivity analysis [7, 12], partial rank correlation coefficient analysis [9, 22], SOBOL's method [15, 23] and weighted average of local sensitivities [2]. Furthermore, steady state analysis and robustness analysis are also available in this tool. The algorithms for these different types of analyses are briefly described in the following section.

The sensitivity analysis can be performed with respect to any ODE model variable (species amount or concentration) and reaction rate; these quantities are referred to as the object of the sensitivity analysis in SBML-SAT. The model output, which the sensitivity analysis is performed on, is defined through a functional operation on the object. The predefined model outputs in SBML-SAT are: steady state response, maximum response, integrated response, and time dependent response. The steady state response is only applicable for model objects that are ODE variables as the sensitivity analysis is computed with respect to the equilibrium solution of the system (when all derivatives of the ODE variables are algebraically set to zero). The maximum response is the maximum value of the object X i (state variable or reaction rate) over the time course simulated:

max t ∈ { t 0 , t 1 , ... , t e n d } [ X i ] ( t ) MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaWaaCbeaeaacqqGTbqBcqqGHbqycqqG4baEaSqaaiabdsha0jabgIGiopaacmaabaGaemiDaq3aaSbaaWqaaiabicdaWaqabaWccqGGSaalcqqGGaaicqWG0baDdaWgaaadbaGaeGymaedabeaaliabcYcaSiabbccaGiabc6caUiabc6caUiabc6caUiabcYcaSiabbccaGiabdsha0naaBaaameaacqWGLbqzcqWGUbGBcqWGKbazaeqaaaWccaGL7bGaayzFaaaabeaakmaadmaabaGaemiwaG1aaSbaaSqaaiabdMgaPbqabaaakiaawUfacaGLDbaadaqadaqaaiabdsha0bGaayjkaiaawMcaaaaa@4FE6@
(1)

The integrated response corresponds to the area under the curve when plotting X i versus time. SBML-SAT approximates the integrated response for object X i by the discrete summation [24]:

I i = ∫ t 0 t e n d [ X i ] d t ≌ ∆ t 2 ( [ X i ] ( t 0 ) + 2 [ X i ] ( t 1 ) + .... + 2 [ X i ] ( t n − 1 ) + [ X i ] ( t n ) ) MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemysaK0aaSbaaSqaaiabdMgaPbqabaGccqGH9aqpdaWdXbqaamaadmaabaGaemiwaG1aaSbaaSqaaiabdMgaPbqabaaakiaawUfacaGLDbaacqWGKbazcqWG0baDaSqaaiabdsha0naaBaaameaacqaIWaamaeqaaaWcbaGaemiDaq3aaSbaaWqaaiabdwgaLjabd6gaUjabdsgaKbqabaaaniabgUIiYdGccqGHfjcqjuaGdaWcaaqaaiabfs5aejabdsha0bqaaiabikdaYaaakmaabmaabaWaamWaaeaacqWGybawdaWgaaWcbaGaemyAaKgabeaaaOGaay5waiaaw2faamaabmaabaGaemiDaq3aaSbaaSqaaiabicdaWaqabaaakiaawIcacaGLPaaacqGHRaWkcqaIYaGmdaWadaqaaiabdIfaynaaBaaaleaacqWGPbqAaeqaaaGccaGLBbGaayzxaaWaaeWaaeaacqWG0baDdaWgaaWcbaGaeGymaedabeaaaOGaayjkaiaawMcaaiabgUcaRiabc6caUiabc6caUiabc6caUiabc6caUiabgUcaRiabikdaYmaadmaabaGaemiwaG1aaSbaaSqaaiabdMgaPbqabaaakiaawUfacaGLDbaadaqadaqaaiabdsha0naaBaaaleaacqWGUbGBcqGHsislcqaIXaqmaeqaaaGccaGLOaGaayzkaaGaey4kaSYaamWaaeaacqWGybawdaWgaaWcbaGaemyAaKgabeaaaOGaay5waiaaw2faamaabmaabaGaemiDaq3aaSbaaSqaaiabd6gaUbqabaaakiaawIcacaGLPaaaaiaawIcacaGLPaaaaaa@7862@
(2)

The time dependent response performs multiple sensitivity analyses based on the values of the object, X i , at selected time points during the simulated time course.

SBML-SAT for Windows, Mac, and Linux can be freely downloaded from its website http://sysbio.molgen.mpg.de/SBML-SAT. The manual documentation file including a detailed tutorial for the usage of SBML-SAT is also available in the website. The future updates of SBML-SAT will be released on the website as well. Like most other SBML supported software systems, SBML-SAT requires a link to libSBML and utilizes SBMLToolbox [25], which allows us to import SBML into MATLAB [26]. Once the SBML model is imported into SBML-SAT, a MATLAB file will be automatically generated, which includes the ODEs of the model. This is very helpful for the user, who wants to code in MATLAB for other purposes. To speed up the process of solving the ODEs, we employed the CVODE module of SUNDIALS (Suite of Nonlinear and Differential/Algebraic Equation Solvers) as the ODE Solver [27]. An interface to setting the options of CVODE solver is also available in SBML-SAT. Both SBMLToolbox and SUNDIALS [28] can be freely downloaded.

In order to run the analysis in SBML-SAT, the users need to represent their models in SBML format which can be easily done using the existing software systems such as CellDesigner [29], COPASI [18] and SBMLeditor [30]. Then, the users can load the SBML models to SBML-SAT and perform a variety of analyses.

Simulation, robustness analysis and sensitivity analysis can be easily implemented using SBML-SAT's graphical user interface (Figure 1). SBML-SAT allows the user to browse the model information, to save the model as well as to simulate and analyze the model. Simulation and sensitivity analysis results can be exported as text files, making it convenient for post-processing. In addition to the export function, SBML-SAT provides automatic visualization of the results. Furthermore, SBML-SAT is smart in remembering the user's settings for the corresponding tasks. The user can save his/her project settings as a project file and load it again to SBML-SAT for further analysis later.

Figure 1
figure 1

GUI of SBML-SAT. The graphic user interface (GUI) of SBML-SAT provides an easy way for the user to run the simulation, steady state analysis, sensitivity analysis and robustness analysis for SBML models.

Local sensitivity analysis

Local sensitivity analysis is a study of the changes in the model outputs with respect to parameter (factor) variations around a local point in the parameter space, which are quantified by the sensitivity coefficients. Mathematically, the sensitivity coefficients are the first order derivatives of model outputs with respect to the model parameters:

S i j = ∂ O i ∂ p j MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaem4uam1aaSbaaSqaaiabdMgaPjabdQgaQbqabaGaeyypa0tcfa4aaSaaaeaacqGHciITcqWGpbWtdaWgaaqaaiabdMgaPbqabaaabaGaeyOaIyRaemiCaa3aaSbaaeaacqWGQbGAaeqaaaaaaaa@3A30@
(3)

where O i is the i-th model output and p j is the j-th parameter. This is called "Unnormalized Sensitivity" in SBML-SAT. SBML-SAT employed centered difference approximation to compute the sensitivity coefficients in the following way [31]:

S i j = ∂ O i ∂ p j ≈ O i ( p j + ∆ p j ) − O i ( p j − ∆ p j ) 2 ∆ p j . MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaem4uam1aaSbaaSqaaiabdMgaPjabdQgaQbqabaGaeyypa0tcfa4aaSaaaeaacqGHciITcqWGpbWtdaWgaaqaaiabdMgaPbqabaaabaGaeyOaIyRaemiCaa3aaSbaaeaacqWGQbGAaeqaaaaakiabgIKi7MqbaoaalaaabaGaem4ta80aaSbaaeaacqWGPbqAaeqaaiabcIcaOiabdchaWnaaBaaabaGaemOAaOgabeaacqGHRaWkcqqHuoarcqWGWbaCdaWgaaqaaiabdQgaQbqabaGaeiykaKIaeyOeI0Iaem4ta80aaSbaaeaacqWGPbqAaeqaaiabcIcaOiabdchaWnaaBaaabaGaemOAaOgabeaacqGHsislcqqHuoarcqWGWbaCdaWgaaqaaiabdQgaQbqabaGaeiykaKcabaGaeGOmaiJaeuiLdqKaemiCaa3aaSbaaeaacqWGQbGAaeqaaaaakiabc6caUaaa@5C84@
(4)

When the model output and parameters are non-zero, the normalized sensitivity coefficients are defined as:

S i j n o r m a l i z e d = ∂ O i O i ∂ p j p j ≈ O i ( p j + ∆ p j ) − O i ( p j − ∆ p j ) O i 2 ∆ p j p j . MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaem4uam1aa0baaSqaaiabdMgaPjabdQgaQbqaaiabd6gaUjabd+gaVjabdkhaYjabd2gaTjabdggaHjabdYgaSjabdMgaPjabdQha6jabdwgaLjabdsgaKbaacqGH9aqpcqqGGaaijuaGdaWcaaqaaiabbccaGiabbccaGiabbccaGiabbccaGmaalaaabaGaeyOaIyRaem4ta80aaSbaaeaacqWGPbqAaeqaaaqaaiabd+eapnaaBaaabaGaemyAaKgabeaaaaGaeeiiaaIaeeiiaaIaeeiiaaIaeeiiaacabaWaaSaaaeaacqGHciITcqWGWbaCdaWgaaqaaiabdQgaQbqabaaabaGaemiCaa3aaSbaaeaacqWGQbGAaeqaaaaaaaGccqGHijYUjuaGdaWcaaqaaiabbccaGiabbccaGiabbccaGiabbccaGmaalaaabaGaem4ta80aaSbaaeaacqWGPbqAaeqaaiabcIcaOiabdchaWnaaBaaabaGaemOAaOgabeaacqGHRaWkcqqHuoarcqWGWbaCdaWgaaqaaiabdQgaQbqabaGaeiykaKIaeyOeI0Iaem4ta80aaSbaaeaacqWGPbqAaeqaaiabcIcaOiabdchaWnaaBaaabaGaemOAaOgabeaacqGHsislcqqHuoarcqWGWbaCdaWgaaqaaiabdQgaQbqabaGaeiykaKcabaGaem4ta80aaSbaaeaacqWGPbqAaeqaaaaacqqGGaaicqqGGaaicqqGGaaicqqGGaaiaeaadaWcaaqaaiabikdaYiabfs5aejabdchaWnaaBaaabaGaemOAaOgabeaaaeaacqWGWbaCdaWgaaqaaiabdQgaQbqabaaaaaaakiabc6caUaaa@82D4@
(5)

The new model outputs are calculated by a small perturbation (Δp j ) of parameter p j while keeping all the other parameter values the same: SBML-SAT computes one-at-a-time (OAT) local sensitivity coefficients.

The proper choice of perturbation size is a delicate issue as it depends on the nature of the model and the numerical solution method. The perturbation should be small enough to achieve a negligible error in the centered difference approximation, and large enough to be unaffected by the numerical inaccuracies of the ODE solver. Too large parameter perturbation violates the implied linearity of the approximations in (4) and (5) and will provide inaccurate results. The user can modify the perturbation coefficient in the "Sensitivity Analysis" panel of SBML-SAT. The default perturbation is 0.1% of the corresponding parameter value, ie. Δp j = 0.001 × p j .

Global sensitivity analysis

As mentioned in the rationale section, there are many sources of uncertainty in the model parameter values. Global sensitivity analysis is a useful way to investigate the global effects of parameters on the model output by simultaneously perturbing all the parameters within a parameter space. In the SBML-SAT tool, four different global sensitivity analysis methods are available. Each method has a distinct mathematical rationale and can be used for different purposes.

  1. (1)

    Multi-Parametric Sensitivity Analysis (MPSA): This method was first proposed by Hornberger et al [32] in the field of hydrology and further applied to modeling of biological systems by Cho et al. [12] and Zi et al. [7]. MPSA can be used to study the relative importance of the parameters with respect to the model output. The basic idea of MPSA is to map the uncertainty of the parameters into the model output by randomly generating parameter values from predefined distributions (without prior knowledge, uniform distributions are assumed). SBML-SAT uses Latin Hypercube Sampling (LHS) method to sample the parameter values under the given ranges of the parameters [7]. The LHS method is an efficient method to sample random parameter vectors while guaranteeing that individual parameter ranges are evenly covered [33]. The ranges of the parameter distributions are usually determined from the available literature or guided by experience of the researchers.

    For each randomly generated parameter set, the objective function is computed by the sum of square errors between the model outputs from the random parameter set and the reference parameter set. The next step is to classify each parameter set as acceptable or unacceptable by comparing its objective function value to the average of all the objective function values. If the objective function value is smaller than the average, the parameter set is classified as "acceptable"; otherwise it is "unacceptable". Then, the cumulative frequency is calculated for both acceptable and unacceptable cases for each selected parameter with increasing parameter values. Finally, the sensitivity of the parameter is measured by the maximum vertical distance of the two cumulative frequency curves according to the Kolmogorov-Smirnov statistics [7]. The calculated MPSA sensitivities are between 0 and 1, where a value closer to 1 indicates a relatively higher importance of the parameter variation to the overall corresponding model output.

  2. (2)

    Partial Rank Correlation Coefficient Analysis (PRCC): The PRCC method is a rank transformed linear regression analysis that is routinely used for analysis of systems with a nonlinear and monotonic relationship between the system inputs and outputs [22]. Linear regression analysis methods best fit a straight line to input and output values. When nonlinear, monotonic relationships exist between system input and outputs, poor linear regression fits can be alleviated by performing the linear regression analysis on a rank ordered list of the model output and input values. PRCC calculates the sensitivity indices from the Pearson correlation coefficients between the model output and input parameters as well as each pair of parameters after rank transformation [9]. Interactions among different parameters are eliminated by evaluating multiple regression models on a subset of parameters that excludes a single parameter. The calculated PRCC sensitivity indices are a standardized sensitivity measurement between -1 and 1 with 0 indicating an input to which the model output is completely insensitive. SBML-SAT computes PRCC as implemented in [15] with LHS sampling of the parameter space.

  3. (3)

    SOBOL's Method: SOBOL's method is a variance based method that makes no assumptions on the relationship between the system inputs and outputs. It is computationally expensive since it utilizes a large number of model simulations with parameter values sampled from the parameter space by the winding stair algorithm. The variance of the numerous model outputs is estimated by Monte Carlo integrations. The model output variance is apportioned into summands of partial variances from combinations of input parameters with increasing dimensionality [23]. The total effects sensitivity indices quantify all of the effects that a parameter, in combination with any other parameter(s), has on the model output. They are defined as the ratio of the sum of the related partial variances to the overall variance of the model output. The larger the fraction, the higher is the corresponding sensitivity. SBML-SAT calculates the total effect sensitivity indices.

  4. (4)

    Weighted Average of Local Sensitivities: In this approach, local sensitivity indices are calculated at multiple random points within the parameter space; a weighted average of the local sensitivity indices serves to provide some approximation of the global parameter sensitivities. Bentele et al. [2] proposed a Boltzmann-Distribution weighting function, exp(-E/kbT), where E is the error between the model simulation and experimental data and kbT is a customizable scaling factor. Herein we define E as the least squares error (LSE) between the perturbed model simulation and reference model simulation and kbT as the minimum LSE. Based on this weighting function, the random points in the parameter space with low LSE contribute the most to the calculated global sensitivity indices.

Steady state analysis

SBML-SAT uses two different methods to check the existence of a steady state for the SBML model. The first strategy is to set the ordinary differential equations to zero and solve the algebraic system by KINSOL, which is part of the software family called SUNDIALS and is an algebraic system solver based on Newton-Krylov method [27]. Another method is called quasi steady state method, which runs the simulation for a very long time and check the rate of change of the ODE variables (such as species and other state variables) at different time points. When the rates of change for all the variables are smaller than a certain threshold (1 × 10-10), a quasi steady state is reached. The latter method is useful for steady state analysis of models that include events and implicit mass conservation rules. These two methods will only find a single steady state to which the initial condition converges. Other existing steady states as well as the steady state of oscillatory and unstable system will not be detected. SBML-SAT automatically selects the method for steady state analysis. If the model doesn't have events, SBML-SAT will use the algebraic method to detect the steady state of the model. Otherwise the second quasi steady state method will be used.

Robustness analysis

Robustness is one of the fundamental properties of biological systems, which allows the system to maintain its behavior against random perturbations [34, 35]. SBML-SAT employs a method proposed in previous studies to investigate the robustness of model output against the total parameter variation, TPV, which is defined as [36–38]:

T P V = ∑ n = 1 L | log 10 ( k n k n 0 ) | MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemivaqLaemiuaaLaemOvayLaeyypa0ZaaabCaeaadaabdaqaaiGbcYgaSjabc+gaVjabcEgaNnaaBaaaleaacqaIXaqmcqaIWaamaeqaaOWaaeWaaKqbagaadaWcaaqaaiabdUgaRnaaBaaabaGaemOBa4gabeaaaeaacqWGRbWAdaqhaaqaaiabd6gaUbqaaiabicdaWaaaaaaakiaawIcacaGLPaaaaiaawEa7caGLiWoaaSqaaiabd6gaUjabg2da9iabigdaXaqaaiabdYeambqdcqGHris5aaaa@49B4@
(6)

where k n are the perturbed model parameters randomly generated by the LHS method; k n 0 MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaem4AaS2aa0baaSqaaiabd6gaUbqaaiabicdaWaaaaaa@2FB4@ are the corresponding reference parameter values in the model; L is the total number of parameters that are randomly varied.

To measure robustness, we use the robustness metric R o u t p u t , T P V M MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemOuai1aa0baaSqaaiabd+gaVjabdwha1jabdsha0jabdchaWjabdwha1jabdsha0jabcYcaSiabdsfaujabdcfaqjabdAfawbqaaiabd2eanbaaaaa@3B59@ , which quantifies the change in a function of the system (model output) induced by TPV:

R o u t p u t , T P V M = − ∑ p = 1 N | log 10 ( f p f 0 ) | N . MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemOuai1aa0baaSqaaiabd+gaVjabdwha1jabdsha0jabdchaWjabdwha1jabdsha0jabcYcaSiabdsfaujabdcfaqjabdAfawbqaaiabd2eanbaakiabg2da9KqbaoaalaaabaGaeyOeI0YaaabCaeaadaabdaqaaOGagiiBaWMaei4Ba8Maei4zaCwcfa4aaSbaaSqaaiabigdaXiabicdaWaqcfayabaWaaeWaaeaadaWcaaqaaOGaemOzaywcfa4aaSbaaSqaaiabdchaWbqcfayabaaabaGccqWGMbGzjuaGdaWgaaWcbaGaeGimaadajuaGbeaaaaaacaGLOaGaayzkaaaacaGLhWUaayjcSdaaleaacqWGWbaCcqGH9aqpcqaIXaqmaeaacqWGobGtaKqbakabggHiLdaakeaacqWGobGtaaGaeiOla4caaa@5B4A@
(7)

where f0 and f p are the model output which describes the biological function under non-perturbed condition (reference model) and perturbed condition (parameters varied model), respectively. N is the total number of perturbations or model simulations. M denotes the model for the corresponding system. When the reference model output is zero, the following alternative definition is used:

R o u t p u t , T P V M = − ∑ p = 1 N ( f p − f 0 ) 2 N . MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemOuai1aa0baaSqaaiabd+gaVjabdwha1jabdsha0jabdchaWjabdwha1jabdsha0jabcYcaSiabdsfaujabdcfaqjabdAfawbqaaiabd2eanbaakiabg2da9KqbaoaalaaabaGaeyOeI0YaaabCaeaacqGGOaakkiabdAgaMLqbaoaaBaaaleaacqWGWbaCaKqbagqaaiabgkHiTOGaemOzaywcfa4aaSbaaSqaaiabicdaWaqcfayabaGaeiykaKYaaWbaaeqaleaacqaIYaGmaaaabaGaemiCaaNaeyypa0JaeGymaedabaGaemOta4eajuaGcqGHris5aaGcbaGaemOta4eaaiabc6caUaaa@52F4@
(8)

According to the definition of (7) and (8), the robustness score of a biological system (model) usually assumes a negative value. The closer it is to zero, the more robust the system (model) is against the perturbations (parameter variations). When the robustness score of a system is zero, it means this system is absolutely robust against the imposed perturbations.

The difference between the robustness scores of two systems (models) with respect to a certain model output against the perturbations can be evaluated as:

∆ R o u t p u t , T P V M 1 , M 2 = R o u t p u t , T P V M 1 − R o u t p u t , T P V M 2 . MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaeuiLdqKaemOuai1aa0baaSqaaiabd+gaVjabdwha1jabdsha0jabdchaWjabdwha1jabdsha0jabcYcaSiabdsfaujabdcfaqjabdAfawbqaaiabd2eanjabigdaXiabcYcaSiabd2eanjabikdaYaaakiabg2da9iabdkfasnaaDaaaleaacqWGVbWBcqWG1bqDcqWG0baDcqWGWbaCcqWG1bqDcqWG0baDcqGGSaalcqWGubavcqWGqbaucqWGwbGvaeaacqWGnbqtcqaIXaqmaaGccqGHsislcqWGsbGudaqhaaWcbaGaem4Ba8MaemyDauNaemiDaqNaemiCaaNaemyDauNaemiDaqNaeiilaWIaemivaqLaemiuaaLaemOvayfabaGaemyta0KaeGOmaidaaOGaeiOla4caaa@64D1@
(9)

The comparison of the robustness scores of two systems/models is meaningful only when the evaluated model output of the two systems/models are the same and perturbations are operated in the same way.

Results

In this section, we will demonstrate the functions and broad applicability of SBML-SAT using a variety of mathematical models for the biological systems. All of the models presented here are pre-encoded in SBML format and most of them are taken from the BioModels Database [39]. At the start of each subsection, a brief description of the instructions to operate SBML-SAT for each function are provided to enable the reader to further envision the interaction with the software tool and facilitate its use.

Simulation of SBML models

To simulate a pre-constructed SBML model, the user loads the SBML model, sets the time course for simulation, and selects "Run Simulation".

SBML-SAT provides an easy way to run a simulation and visualize the simulation results for SBML models. The output screen for SBML-SAT model simulation is shown in Figure 2. In order to test the wide applicability of SBML-SAT, we ran simulations for a variety of models from the BioModels Database, which include biophysical models, signaling pathways, gene expression and metabolic networks. The results shown in Figure 3 demonstrates that SBML-SAT appropriately simulates both continuous SBML models (signaling pathway, gene expression and metabolic models), as well as those with discontinuous events (cell cycle model) with different degrees of complexity and nonlinearity.

Figure 2
figure 2

Plot of simulation result in SBML-SAT. The plot function enables the user to visualize the time course profiles of species and reaction rates. This graph shows the simulation result of the MAPK cascade model [43] (BioModels ID: BIOMD0000000010).

Figure 3
figure 3

Simulation of different types of models in SBML-SAT. (A) Simulation result of the fission yeast cell cycle model (events included, BioModels ID: BIOMD0000000111), identical to Fig. 4 of [44]. (B) Simulation result of a NF-κB signalling pathway model (BioModels ID: BIOMD0000000140), identifical to Fig. 2F of [1]. (C) Simulation result of a T cell gene expression model (BioModels ID: BIOMD0000000122), identical to Fig. 4a of [45]. (D) Simulation result of a metabolic model (BioModels ID: BIOMD0000000106), identical to Fig. 2A of [46].

Sample local sensitivity analysis

To conduct the local sensitivity analysis, the user

  • loads the SBML model,

  • sets the time course,

  • chooses the parameter(s),

  • defines the perturbation coefficient, and

  • selects the objects (ODE variables or reaction rates) and the model output operation for the analysis,

  • select the appropriate analysis approach to run.

The result of a SBML-SAT normalized local sensitivity analysis on the MAPK cascade model (BioModels ID: BIOMD0000000010) is shown in Figure 4. For this analysis, the objects of the sensitivity analysis were the state variables associated with the various phosphorylated forms of the MAPK cascade elements and the model output analyzed were the integrated responses. The parameters perturbed were the initial concentrations of each form with the default perturbation coefficient. These results indicate that the integrated response of the MAPK concentration was the most sensitive to the initial concentration of MAPK.

Figure 4
figure 4

Local sensitivity analysis in SBML-SAT. Local sensitivity analysis of the integrated response of MAPK cascade model [43] (BioModels ID: BIOMD0000000010) with respect to variation of initial conditions.

Sample global sensitivity analysis

The user interface and operation for performing global sensitivity analyses is similar to that for the local sensitivity analysis: the user specifies the time course, object(s) and parameter(s) as well as the model output(s) for global sensitivity analysis. In addition, the user chooses the global sensitivity analysis method, and sets the variation range of the parameter values. The user must also define the number of Monte-Carlo simulations to be performed to base the analysis upon: this is highly dependent upon the nature of the model, the number of parameters (factors) to be analyzed, and the size of the parameter space (factor levels). The user needs to try different "Number of Simulations". If the analysis results are not significantly changed by the increasing of "Number of Simulations", then the results are assumed to be reliable and accurate enough. Once all these settings are done, SBML-SAT is ready to perform the specified global sensitivity analysis. The time required to complete the analysis varies from several minutes to several hours. It depends on the complexity of the model and the number of Monte-Carlo simulations.

We use a model of the receptor trafficking network to demonstrate how to implement global sensitivity, steady state and robustness analyses in SBML-SAT. The general model of receptor trafficking networks is composed of the de novo production of surface receptor, ligand-receptor interaction, internalization, recycling and degradation of both empty and occupied receptors (Figure 5). The symbols of the parameters in the model and their corresponding biological processes are listed in Table 1. Detailed information about this model is available in our previous work [24, 40].

Figure 5
figure 5

Scheme of receptor trafficking network model. Schematic description of the receptor trafficking network. The symbols L, Rs, LRs, Ri, LRi represent the ligand, unbound cell surface receptor, cell surface ligand-receptor complex, internalized unbound receptor and internalized ligand-receptor complex, respectively. The parameter information is listed in Table 1.

Table 1 Parameters for the model of the receptor trafficking network

The results of global sensitivity analysis of the integrated response of the state variables in the receptor trafficking model using all four different methods are shown in Figure 6A–D. The exact values of the sensitivity indices obtained by different methods are not comparable because of their distinct definitions. However, the ranks or relative importance of the parameters to the model output are similar among different global sensitivity analysis methods. The results suggest that the rates of ligand-receptor complexes formation (parameters k2 and k3) are very important to the integrated response of ligand concentration (L). In contrast, the integrated response of ligand-receptor complexes (LRs and LRi) are shown to be mainly affected by the rates of the internalization, recycling and dephosphorylation of the occupied receptors (parameters k6, k7 and k8). The MPSA global sensitivity analysis result of the time dependent response (Figure 6E) indicates that k2 is the key regulator for R s behavior at the early stage (before 20 minutes), but its effect is reduced significantly at a later stage. Upon further analysis, the MPSA global sensitivity analysis of the steady state response (Figure 6F) shows that the steady state of R s is not very sensitive to k2.

Figure 6
figure 6

Global sensitivity analysis in SBML-SAT. Results of different types of global sensitivity analysis for the receptor trafficking model. (A) MPSA analysis, (B) PRCC analysis, (C) SOBOL's total effect sensitivity analysis, and (D) WALS analysis of integrated response. (E) MPSA analysis of the time dependent response. (F) MPSA analysis of the steady state response.

Sample steady state analysis

A steady state analysis of a user loaded SBML model simply requires to select such analysis from the icons or pull down menu. SBML-SAT initially tries to algebraically solve the system of ODEs for equilibrium solutions. If that fails, the model is simulated over an extended time period to approach the stable steady state related to the initial conditions provided.

The results of the steady state analysis of the model of receptor trafficking network are provided in Figure 7. At steady state, all the ligand molecules are taken up by the receptors and eventually degraded, while the internalized and surface receptors that remain unbounded by ligand reach non-zero equilibriums. This information helps to interpret the steady-state global sensitivity analysis results shown in Figure 6F.

Figure 7
figure 7

Steady state analysis in SBML-SAT. Steady state analysis of the receptor trafficking network model in SBML-SAT.

Sample robustness analysis

To conduct a robustness analysis, the user

  • loads the SBML model,

  • sets the time course,

  • chooses the parameter(s),

  • defines the variation range of the parameter(s), and

  • selects the objects (ODE variables or reaction rates) and the model output operation for the analysis and eventually

  • runs the analysis

Figure 8 shows the result of robustness analysis of the receptor trafficking model. The steady state concentrations of different forms of receptors are plotted as a function of the total parameter variation (TPV) and the quantitative robustness metric is provided in the subplot title. The results indicate that the steady state concentrations of unbound receptors are less robust to parameter perturbations than the internalized unbound receptor concentration. Not surprisingly, the ligand-bound receptors' concentrations are very robust to the parameter perturbations since their steady state solutions are zero.

Figure 8
figure 8

Robustness analysis in SBML-SAT. Robustness analysis of the steady state response of the receptor trafficking model against simultaneous variations of the parameter values. The red circles correspond to the reference model output. The blue points correspond to the model outputs under perturbed parameter values. (Specifications for SBML-SAT, "Model Output": "Steady State Response"). (A-B) Robustness of unbound receptor steady state concentration. (C-D) Robustness of ligand bound receptor steady state concentration.

Discussion and conclusion

Currently, a SBML model editor module is not available in SBML-SAT. Fortunately, many existing free software packages such as CellDesigner, SBMLeditor and COPASI, share a common functionality for constructing and editing SBML models. The users can easily generate their models with these free software packages and then run a variety of analyses in SBML-SAT by importing the model in SBML format. Although SBML-SAT doesn't provide a SBML editor for model construction, it provides a convenient track for modifying the initial conditions of the state variables and parameter values in the model. Moreover, delay differential equation models are not supported in SBML-SAT, as in most existing software systems. In practice, delay differential equations can be solved in approximation by converting to ordinary differential equations using the linear chain transformation [41]. Therefore, users can still apply SBML-SAT to their delay differential equation models.

There are more than 120 SBML-supporting software packages for kinetic analysis of biological models and this number continues to grow. However, a powerful, flexible and broadly applicable software package for global sensitivity analysis and robustness analysis has been lacking. In reality, it is difficult and time consuming to implement different sensitivity analysis algorithms especially the global sensitivity analysis methods. Here we introduced, a free Matlab-based software tool, SBML-SAT, for both local and global sensitivity analysis of SBML models. With a user-friendly graphic interface, this tool allows the user to run sensitivity analysis, steady state analysis and robustness analysis for a variety of model outputs. Models involving events are also supported in SBML-SAT. Furthermore, created in Matlab, the most popular software used in the community of systems biology [42], SBML-SAT has a good cross-compatibility with different platforms. Taken all together, we can expect that SBML-SAT will have a broad applicability among systems biologists.

Availability and requirements

Project name: SBML-SAT: A Systems Biology Markup Language (SBML) based Sensitivity Analysis Tool

Project homepage: http://sysbio.molgen.mpg.de/SBML-SAT/

Operating system(s): Windows, Linux, Mac

Programming language: Matlab

Other requirements: SBMLToolbox, SUNDIALS TB

License: none

Any restrictions to use by non-academics: none

Abbreviations

SBML:

Systems Biology Markup Language

SBML-SAT:

Systems Biology Markup Language based Sensitivity Analysis Tool

MPSA:

Multi-Parametric Sensitivity Analysis

PRCC:

Partial Rank Correlation Coefficient

WALS:

Weighted Average of Local Sensitivities

GUI:

Graphic User Interface

LSE:

Least Squares Error

TPV:

Total Parameter Variation

References

  1. Hoffmann A, Levchenko A, Scott ML, Baltimore D: The IkappaB-NF-kappaB signaling module: temporal control and selective gene activation. Science 2002, 298(5596):1241–1245.

    Article  CAS  PubMed  Google Scholar 

  2. Bentele M, Lavrik I, Ulrich M, Stosser S, Heermann DW, Kalthoff H, Krammer PH, Eils R: Mathematical modeling reveals threshold mechanism in CD95-induced apoptosis. J Cell Biol 2004, 166(6):839–851.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  3. Klipp E, Nordlander B, Kruger R, Gennemark P, Hohmann S: Integrative model of the response of yeast to osmotic shock. Nat Biotechnol 2005, 23(8):975–982.

    Article  CAS  PubMed  Google Scholar 

  4. Di Ventura B, Lemerle C, Michalodimitrakis K, Serrano L: From in vivo to in silico biology and back. Nature 2006, 443(7111):527–533.

    Article  CAS  PubMed  Google Scholar 

  5. Janssens H, Hou S, Jaeger J, Kim AR, Myasnikova E, Sharp D, Reinitz J: Quantitative and predictive model of transcriptional control of the Drosophila melanogaster even skipped gene. Nat Genet 2006, 38(10):1159–1165.

    Article  CAS  PubMed  Google Scholar 

  6. Schuetz R, Kuepfer L, Sauer U: Systematic evaluation of objective functions for predicting intracellular fluxes in Escherichia coli. Mol Syst Biol 2007, 3: 119.

    Article  PubMed Central  PubMed  Google Scholar 

  7. Zi Z, Cho KH, Sung MH, Xia X, Zheng J, Sun Z: In silico identification of the key components and steps in IFN-gamma induced JAK-STAT signaling pathway. FEBS Lett 2005, 579(5):1101–1108.

    Article  CAS  PubMed  Google Scholar 

  8. Aldridge BB, Burke JM, Lauffenburger DA, Sorger PK: Physicochemical modelling of cell signalling pathways. Nat Cell Biol 2006, 8(11):1195–1203.

    Article  CAS  PubMed  Google Scholar 

  9. Blower SM, Dowlatabadi H: Sensitivity and Uncertainty Analysis of Complex-Models of Disease Transmission - an Hiv Model, as an Example. International Statistical Review 1994, 62(2):229–243.

    Article  Google Scholar 

  10. Thomas S, Mooney PJ, Burrell MM, Fell DA: Metabolic Control Analysis of glycolysis in tuber tissue of potato (Solanum tuberosum): explanation for the low control coefficient of phosphofructokinase over respiratory flux. Biochem J 1997, 322 ( Pt 1): 119–127.

    Article  CAS  Google Scholar 

  11. Kholodenko BN, Kiyatkin A, Bruggeman FJ, Sontag E, Westerhoff HV, Hoek JB: Untangling the wires: a strategy to trace functional interactions in signaling and gene networks. Proc Natl Acad Sci U S A 2002, 99(20):12841–12846.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  12. Cho KH, Shin SY, Kolch W, Wolkenhauer O: Experimental design in systems biology based on parameter sensitivity analysis using a Monte Carlo method: a case study for the TNF alpha-mediated NF-kappaB signal transduction pathway. SIMULATION 2003, 79: 726–739.

    Article  Google Scholar 

  13. Feng XJ, Hooshangi S, Chen D, Li G, Weiss R, Rabitz H: Optimizing genetic circuits by global sensitivity analysis. Biophys J 2004, 87(4):2195–2202.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  14. Hu D, Yuan JM: Time-dependent sensitivity analysis of biological networks: coupled MAPK and PI3K signal transduction pathways. J Phys Chem A 2006, 110(16):5361–5370.

    Article  CAS  PubMed  Google Scholar 

  15. Zheng Y, Rundell A: Comparative study of parameter sensitivity analyses of the TCR-activated Erk-MAPK signalling pathway. Syst Biol (Stevenage) 2006, 153(4):201–211.

    Article  Google Scholar 

  16. Mahdavi A, Davey RE, Bhola P, Yin T, Zandstra PW: Sensitivity Analysis of Intracellular Signaling Pathway Kinetics Predicts Targets for Stem Cell Fate Control. PLoS Comput Biol 2007, 3(7):e130.

    Article  PubMed Central  PubMed  Google Scholar 

  17. Finney A, Hucka M: Systems biology markup language: Level 2 and beyond. Biochem Soc Trans 2003, 31(Pt 6):1472–1473.

    Article  CAS  PubMed  Google Scholar 

  18. Hoops S, Sahle S, Gauges R, Lee C, Pahle J, Simus N, Singhal M, Xu L, Mendes P, Kummer U: COPASI--a COmplex PAthway SImulator. Bioinformatics 2006, 22(24):3067–3074.

    Article  CAS  PubMed  Google Scholar 

  19. Schmidt H, Jirstrand M: Systems Biology Toolbox for MATLAB: a computational platform for research in systems biology. Bioinformatics 2005/12/01 edition. 2006, 22(4):514–515.

    Article  CAS  PubMed  Google Scholar 

  20. Zi Z, Klipp E: SBML-PET: a Systems Biology Markup Language-based parameter estimation tool. Bioinformatics 2006, 22(21):2704–2705.

    Article  CAS  PubMed  Google Scholar 

  21. Shapiro BE, Hucka M, Finney A, Doyle J: MathSBML: a package for manipulating SBML-based biological models. Bioinformatics 2004, 20(16):2829–2831.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  22. Draper N, Smith H: Applied Regression Analysis. 2nd edition. New York , Wiley; 1981.

    Google Scholar 

  23. Sobol IM: Global sensitivity indices for nonlinear mathematical models and their Monte Carlo estimates. Mathematics and Computers in Simulation 2001, 55(1–3):271–280.

    Article  Google Scholar 

  24. Zi Z, Klipp E: Cellular signaling is potentially regulated by cell density in receptor trafficking networks. FEBS Lett 2007, 581(24):4589–4595.

    Article  CAS  PubMed  Google Scholar 

  25. Keating SM, Bornstein BJ, Finney A, Hucka M: SBMLToolbox: an SBML toolbox for MATLAB users. Bioinformatics 2006/04/01 edition. 2006, 22(10):1275–1277.

    Article  CAS  PubMed  Google Scholar 

  26. Matlab[http://www.mathworks.com]

  27. Hindmarsh AC, Brown PN, Grant KE, Lee SL, Serban R, Shumaker DE, Woodward CS: SUNDIALS: Suite of nonlinear and differential/algebraic equation solvers. Acm Transactions on Mathematical Software 2005, 31(3):363–396.

    Article  Google Scholar 

  28. SUNDIALS[https://computation.llnl.gov/casc/sundials/main.html]

  29. Funahashi A Tanimura, N., Morohashi, M., and Kitano, H: CellDesigner: a process diagram editor for gene-regulatory and biochemical networks. BIOSILICO 2003, 1: 159.

    Article  Google Scholar 

  30. Rodriguez N, Donizelli M, Le Novere N: SBMLeditor: effective creation of models in the Systems Biology Markup language (SBML). BMC Bioinformatics 2007, 8: 79.

    Article  PubMed Central  PubMed  Google Scholar 

  31. Gunawan R, Cao Y, Petzold L, Doyle FJ 3rd: Sensitivity analysis of discrete stochastic systems. Biophys J 2005/02/08 edition. 2005, 88(4):2530–2540.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  32. Hornberger GM, Spear RC: An Approach to the Preliminary-Analysis of Environmental Systems. Journal of Environmental Management 1981, 12(1):7–18.

    Google Scholar 

  33. Mckay MD, Beckman RJ, Conover WJ: Comparison of 3 Methods for Selecting Values of Input Variables in the Analysis of Output from a Computer Code. Technometrics 1979, 21(2):239–245.

    Google Scholar 

  34. Stelling J, Sauer U, Szallasi Z, Doyle FJ 3rd, Doyle J: Robustness of cellular functions. Cell 2004, 118(6):675–685.

    Article  CAS  PubMed  Google Scholar 

  35. Kitano H: Towards a theory of biological robustness. Mol Syst Biol 2007, 3: 137.

    Article  PubMed Central  PubMed  Google Scholar 

  36. Barkai N, Leibler S: Robustness in simple biochemical networks. Nature 1997, 387(6636):913–917.

    Article  CAS  PubMed  Google Scholar 

  37. Bluthgen N, Herzel H: How robust are switches in intracellular signaling cascades? Journal of Theoretical Biology 2003, 225(3):293–300.

    Article  PubMed  Google Scholar 

  38. Zi ZK, Sun ZR: Robustness analysis of the IFN-gamma induced JAK-STAT signaling pathway. Journal of Computer Science and Technology 2005, 20(4):491–495.

    Article  Google Scholar 

  39. Le Novere N, Bornstein B, Broicher A, Courtot M, Donizelli M, Dharuri H, Li L, Sauro H, Schilstra M, Shapiro B, Snoep JL, Hucka M: BioModels Database: a free, centralized database of curated, published, quantitative kinetic models of biochemical and cellular systems. Nucleic Acids Res 2006, 34(Database issue):D689–91.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  40. Zi Z, Klipp E: Steady state analysis of signal response in receptor trafficking networks. Genome Inform 2008/06/12 edition. 2007, 18: 100–108.

    CAS  PubMed  Google Scholar 

  41. Fall; CP, Marland; ES, Wagner; JM, Tyson JJ: Computational Cell Biology. New York , Springer; 2002.

    Google Scholar 

  42. Klipp E, Liebermeister W, Helbig A, Kowald A, Schaber J: Systems biology standards--the community speaks. Nat Biotechnol 2007, 25(4):390–391.

    Article  CAS  PubMed  Google Scholar 

  43. Kholodenko BN: Negative feedback and ultrasensitivity can bring about oscillations in the mitogen-activated protein kinase cascades. Eur J Biochem 2000, 267(6):1583–1588.

    Article  CAS  PubMed  Google Scholar 

  44. Novak B, Pataki Z, Ciliberto A, Tyson JJ: Mathematical model of the cell division cycle of fission yeast. Chaos 2001, 11(1):277–286.

    Article  CAS  PubMed  Google Scholar 

  45. Fisher WG, Yang PC, Medikonduri RK, Jafri MS: NFAT and NFkappaB activation in T lymphocytes: a model of differential activation of gene expression. Ann Biomed Eng 2006, 34(11):1712–1728.

    Article  PubMed Central  PubMed  Google Scholar 

  46. Yang K, Ma W, Liang H, Ouyang Q, Tang C, Lai L: Dynamic simulations on the arachidonic acid metabolic network. PLoS Comput Biol 2007, 3(3):e55.

    Article  PubMed Central  PubMed  Google Scholar 

Download references

Acknowledgements

Z. Zi is supported by PhD program of the IMPRS for Computational Biology and Scientific Computing. EK thanks the Yeast System Biology Network (YSBN, EU project: grant LSHG-CT-2005-018942) for support.

Author information

Authors and Affiliations

Authors

Corresponding authors

Correspondence to Ann E Rundell or Edda Klipp.

Additional information

Authors' contributions

ZZ proposed the project, designed the GUI interface and wrote all the source code of the software. AR and YZ contributed some algorithms for global sensitivity analysis methods. ZZ, YZ, AR and EK wrote the manuscript and tested the software. All authors have read and approved the final manuscript.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Zi, Z., Zheng, Y., Rundell, A.E. et al. SBML-SAT: a systems biology markup language (SBML) based sensitivity analysis tool. BMC Bioinformatics 9, 342 (2008). https://doi.org/10.1186/1471-2105-9-342

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-9-342

Keywords