@@ -68,6 +68,9 @@ Where PEtab is supported (in alphabetical order):
6868 - [ pyPESTO] ( https://github.com/ICB-DCM/pyPESTO/ )
6969 ([ Example] ( https://pypesto.readthedocs.io/en/latest/example/petab_import.html ) )
7070
71+ - [ SBML2Julia] ( https://github.com/paulflang/SBML2Julia )
72+ ([ Tutorial] ( https://sbml2julia.readthedocs.io/en/latest/python_api.html ) )
73+
7174If your project or tool is using PEtab, and you would like to have it listed
7275here, please [ let us know] ( https://github.com/PEtab-dev/PEtab/issues ) .
7376
@@ -78,24 +81,24 @@ different tools, based on passed test cases of the
7881[ PEtab test suite] ( https://github.com/PEtab-dev/petab_test_suite ) :
7982
8083
81- | ID | Test | AMICI<br >` >=0.10.20 ` | Copasi | D2D | dMod | MEIGO | parPE<br >` develop ` | pyABC<br >` >=0.10.1 ` | pyPESTO<br >` >=0.0.11 ` |
82- | ----| ----------------------------------------------------------------| ----------------------| --------| -----| ------| -------| -----------------------| -------| ------------------------|
83- | 1 | Basic simulation | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
84- | 2 | Multiple simulation conditions | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
85- | 3 | Numeric observable parameter overrides in measurement table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
86- | 4 | Parametric observable parameter overrides in measurement table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
87- | 5 | Parametric overrides in condition table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
88- | 6 | Time-point specific overrides in the measurement table | --- | --- | +++ | +++ | +++ | --- | --- | --- |
89- | 7 | Observable transformations to log10 scale | +-+ | +-- | +++ | ++- | +++ | --+ | +-+ | +-+ |
90- | 8 | Replicate measurements | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
91- | 9 | Pre-equilibration | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
92- | 10 | Partial pre-equilibration | +++ | --- | +++ | +++ | +++ | --+ | +++ | +++ |
93- | 11 | Numeric initial concentration in condition table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
94- | 12 | Numeric initial compartment sizes in condition table | --- | +-- | +++ | +++ | +++ | --- | --- | --- |
95- | 13 | Parametric initial concentrations in condition table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
96- | 14 | Numeric noise parameter overrides in measurement table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
97- | 15 | Parametric noise parameter overrides in measurement table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
98- | 16 | Observable transformations to log scale | +-+ | +-- | +++ | ++- | +++ | --+ | +-+ | +-+ |
84+ | ID | Test | AMICI<br >` >=0.10.20 ` | Copasi | D2D | dMod | MEIGO | parPE<br >` develop ` | pyABC<br >` >=0.10.1 ` | pyPESTO<br >` >=0.0.11 ` | SBML2Julia |
85+ | ----| ----------------------------------------------------------------| ----------------------| --------| -----| ------| -------| -----------------------| -------| ------------------------| ------------ |
86+ | 1 | Basic simulation | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ | +++ |
87+ | 2 | Multiple simulation conditions | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ | +++ |
88+ | 3 | Numeric observable parameter overrides in measurement table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ | +++ |
89+ | 4 | Parametric observable parameter overrides in measurement table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ | +++ |
90+ | 5 | Parametric overrides in condition table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ | +++ |
91+ | 6 | Time-point specific overrides in the measurement table | --- | --- | +++ | +++ | +++ | --- | --- | --- | +++ |
92+ | 7 | Observable transformations to log10 scale | +-+ | +-- | +++ | ++- | +++ | --+ | +-+ | +-+ | +++ |
93+ | 8 | Replicate measurements | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ | +++ |
94+ | 9 | Pre-equilibration | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ | +++ |
95+ | 10 | Partial pre-equilibration | +++ | --- | +++ | +++ | +++ | --+ | +++ | +++ | +++ |
96+ | 11 | Numeric initial concentration in condition table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ | +++ |
97+ | 12 | Numeric initial compartment sizes in condition table | --- | +-- | +++ | +++ | +++ | --- | --- | --- | +++ |
98+ | 13 | Parametric initial concentrations in condition table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ | +++ |
99+ | 14 | Numeric noise parameter overrides in measurement table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ | +++ |
100+ | 15 | Parametric noise parameter overrides in measurement table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ | +++ |
101+ | 16 | Observable transformations to log scale | +-+ | +-- | +++ | ++- | +++ | --+ | +-+ | +-+ | +++ |
99102
100103Legend:
101104* First character indicates whether computing simulated data is supported and simulations are correct (+) or not (-).
@@ -104,10 +107,15 @@ Legend:
104107
105108## Using PEtab
106109
107- If you would like to use PEtab yourself, please have a look at
108- [ doc/documentation_data_format.rst] ( doc/documentation_data_format.rst ) or at
109- the example models provided in the
110- [ benchmark collection] ( https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab ) .
110+ If you would like to use PEtab yourself, please have a look at:
111+
112+ * [ a PEtab tutorial] ( https://petab.readthedocs.io/en/latest/tutorial.html )
113+ going through the individual steps of setting up a parameter estimation
114+ problem in PEtab, independently of any specific software
115+ * [ the PEtab format reference] ( https://petab.readthedocs.io/en/stable/documentation_data_format.html )
116+ * the example models provided in the
117+ [ benchmark collection] ( https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab ) .
118+ * the tutorials provided with each of the softwares supporting PEtab
111119
112120To convert your existing parameter estimation problem to the PEtab format, you
113121will have to:
0 commit comments