| Literature DB >> 28673016 |
Sébastien De Landtsheer1, Panuwat Trairatphisan1, Philippe Lucarelli1, Thomas Sauter1.
Abstract
MOTIVATION: Mathematical modelling of regulatory networks allows for the discovery of knowledge at the system level. However, existing modelling tools are often computation-heavy and do not offer intuitive ways to explore the model, to test hypotheses or to interpret the results biologically.Entities:
Mesh:
Year: 2017 PMID: 28673016 PMCID: PMC5860161 DOI: 10.1093/bioinformatics/btx380
Source DB: PubMed Journal: Bioinformatics ISSN: 1367-4803 Impact factor: 6.937
Fig. 1.The FALCON pipeline. Prior knowledge network and experimental data are combined to generate a network optimization problem. After the optimization process, the properties of the optimal network are then analyzed
Different types of biological interactions modelled by different Boolean functions and their algebraic representations
| Biological equivalent | Graphical form | Algebraic computation |
|---|---|---|
| Activation | A → Z (k) | Zt+1 = At * k |
| Inhibition | A -| Z (k) | Zt+1 = 1 – (At * k) |
| Complex formation | A | Zt+1 = At * Bt * k |
| Competitive interaction | A | Zt+1 = 1 – [(1-At) * (1-Bt) * k] |
| Non-competitive interaction | A → Z (k1)B → Z (k2) | Zt+1 = At * k1 + Bt * k2 (with k1 + k2 = 1) |
Fig. 2.Analyses of optimized model in FALCON (PDGF model). (a) Parameter robustness analysis; red stars: optimal parameter values, blue bars: standard deviations of parameter values fitting to 10 resampling datasets. (b) Parameter identifiability analysis of parameter ‘km3’ from panel a; Red line: threshold used to speed up computations in the ‘fast’ mode. (c) Interaction knock-out analysis. (d) Node knock-out analysis. In panels c and d, the color of the bars indicates the sign of the difference with the base model (blue). Green indicate better models (AICmodel < AICbase), black indicates worse ones. Abbreviations: MSE=mean squared error, AIC=Akaike Information Criterion
Fig. 3.Differential analyses in FALCON. The same prior knowledge model is contextualized in parallel with different datasets corresponding to different contexts. Subsequent analysis can identify context-specific parametrizations and topologies
Accuracy and computation times for the different examples
| Example | Nodes | Edges/Parameters | Datapoints | Cost | Speed |
|---|---|---|---|---|---|
| Toy (artificial) | 6 | 3/3 | 10 | 0 | < 1 s |
| PDGF | 30 | 19/19 | 36 | 0.004 | 1.3 s |
| Apoptosis | 138 | 160/41 | 18 | 0.017 | 76 s |
| MAPK [FALCON] | 22 | 32/32 | 175 | 0.036 | 1.1 s |
| MAPK [CNORfuzzy] | 22 | 32/92 | 175 | 0.032 | 47.4 s |
Note: The cost is expressed as MSE (mean squared error) and the speed is expressed in seconds (s).