Skip to content

Commit 3081920

Browse files
committed
v2: Update tutorial
Add a short tutorial for PEtab v2 based on the Boehm model (as done for PEtab v1). Closes #627.
1 parent c549c54 commit 3081920

13 files changed

Lines changed: 1409 additions & 4 deletions

doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:caption: PEtab v1
77

88
PEtab v1 specs <v1/documentation_data_format.rst>
9-
v1/tutorial/tutorial
9+
Tutorial <v1/tutorial/tutorial>
1010
v1/software_support
1111

1212

@@ -15,6 +15,7 @@
1515
:caption: PEtab v2
1616

1717
PEtab v2 draft <v2/documentation_data_format.rst>
18+
Tutorial <v2/tutorial/tutorial>
1819

1920
.. toctree::
2021
:maxdepth: 2

doc/v1/tutorial/tutorial.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==============
2-
PEtab tutorial
3-
==============
1+
==================
2+
PEtab 1.0 tutorial
3+
==================
44

55
.. _Boehm et al. (2014): https://dx.doi.org/10.1021/pr5006923
66

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
format_version: 2.0.0
2+
model_files:
3+
model:
4+
location: model_Boehm_JProteomeRes2014.xml
5+
language: sbml
6+
parameter_files:
7+
- parameters.tsv
8+
experiment_files:
9+
- experiments.tsv
10+
condition_files:
11+
- experimental_conditions.tsv
12+
observable_files:
13+
- observables.tsv
14+
measurement_files:
15+
- measurement_data.tsv
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
conditionId targetId targetValue
2+
epo_bolus Epo_concentration 1.25E-07

doc/v2/tutorial/experiments.tsv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
experimentId time conditionId
2+
epo_stimulation 0.0 epo_bolus
73.4 KB
Loading
57.3 KB
Loading
24.2 KB
Loading
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
observableId experimentId measurement time noiseParameters
2+
pSTAT5A_rel epo_stimulation 7.901072999 0 sd_pSTAT5A_rel
3+
pSTAT5A_rel epo_stimulation 66.36349397 2.5 sd_pSTAT5A_rel
4+
pSTAT5A_rel epo_stimulation 81.17132392 5 sd_pSTAT5A_rel
5+
pSTAT5A_rel epo_stimulation 94.73030806 10 sd_pSTAT5A_rel
6+
pSTAT5A_rel epo_stimulation 95.11648305 15 sd_pSTAT5A_rel
7+
pSTAT5A_rel epo_stimulation 91.44171655 20 sd_pSTAT5A_rel
8+
pSTAT5A_rel epo_stimulation 91.25709923 30 sd_pSTAT5A_rel
9+
pSTAT5A_rel epo_stimulation 93.67229784 40 sd_pSTAT5A_rel
10+
pSTAT5A_rel epo_stimulation 88.75423282 50 sd_pSTAT5A_rel
11+
pSTAT5A_rel epo_stimulation 85.26970322 60 sd_pSTAT5A_rel
12+
pSTAT5A_rel epo_stimulation 81.13239534 80 sd_pSTAT5A_rel
13+
pSTAT5A_rel epo_stimulation 76.13592848 100 sd_pSTAT5A_rel
14+
pSTAT5A_rel epo_stimulation 65.24805913 120 sd_pSTAT5A_rel
15+
pSTAT5A_rel epo_stimulation 42.59965871 160 sd_pSTAT5A_rel
16+
pSTAT5A_rel epo_stimulation 25.15779754 200 sd_pSTAT5A_rel
17+
pSTAT5A_rel epo_stimulation 15.4301824 240 sd_pSTAT5A_rel
18+
pSTAT5B_rel epo_stimulation 4.596533343 0 sd_pSTAT5B_rel
19+
pSTAT5B_rel epo_stimulation 29.63454599 2.5 sd_pSTAT5B_rel
20+
pSTAT5B_rel epo_stimulation 46.04380647 5 sd_pSTAT5B_rel
21+
pSTAT5B_rel epo_stimulation 81.97473362 10 sd_pSTAT5B_rel
22+
pSTAT5B_rel epo_stimulation 80.5716093 15 sd_pSTAT5B_rel
23+
pSTAT5B_rel epo_stimulation 79.03571964 20 sd_pSTAT5B_rel
24+
pSTAT5B_rel epo_stimulation 75.67238037 30 sd_pSTAT5B_rel
25+
pSTAT5B_rel epo_stimulation 71.62471986 40 sd_pSTAT5B_rel
26+
pSTAT5B_rel epo_stimulation 69.06286328 50 sd_pSTAT5B_rel
27+
pSTAT5B_rel epo_stimulation 67.14738432 60 sd_pSTAT5B_rel
28+
pSTAT5B_rel epo_stimulation 60.89947629 80 sd_pSTAT5B_rel
29+
pSTAT5B_rel epo_stimulation 54.80925777 100 sd_pSTAT5B_rel
30+
pSTAT5B_rel epo_stimulation 43.98128998 120 sd_pSTAT5B_rel
31+
pSTAT5B_rel epo_stimulation 29.77145816 160 sd_pSTAT5B_rel
32+
pSTAT5B_rel epo_stimulation 20.08901656 200 sd_pSTAT5B_rel
33+
pSTAT5B_rel epo_stimulation 10.96184517 240 sd_pSTAT5B_rel
34+
rSTAT5A_rel epo_stimulation 14.72316822 0 sd_rSTAT5A_rel
35+
rSTAT5A_rel epo_stimulation 33.76234229 2.5 sd_rSTAT5A_rel
36+
rSTAT5A_rel epo_stimulation 36.79985129 5 sd_rSTAT5A_rel
37+
rSTAT5A_rel epo_stimulation 49.71760229 10 sd_rSTAT5A_rel
38+
rSTAT5A_rel epo_stimulation 46.9281201 15 sd_rSTAT5A_rel
39+
rSTAT5A_rel epo_stimulation 47.83657456 20 sd_rSTAT5A_rel
40+
rSTAT5A_rel epo_stimulation 46.92872725 30 sd_rSTAT5A_rel
41+
rSTAT5A_rel epo_stimulation 40.59775294 40 sd_rSTAT5A_rel
42+
rSTAT5A_rel epo_stimulation 43.78366389 50 sd_rSTAT5A_rel
43+
rSTAT5A_rel epo_stimulation 44.45738765 60 sd_rSTAT5A_rel
44+
rSTAT5A_rel epo_stimulation 41.32715926 80 sd_rSTAT5A_rel
45+
rSTAT5A_rel epo_stimulation 41.06273321 100 sd_rSTAT5A_rel
46+
rSTAT5A_rel epo_stimulation 39.23583003 120 sd_rSTAT5A_rel
47+
rSTAT5A_rel epo_stimulation 36.61946054 160 sd_rSTAT5A_rel
48+
rSTAT5A_rel epo_stimulation 34.8937144 200 sd_rSTAT5A_rel
49+
rSTAT5A_rel epo_stimulation 32.21107716 240 sd_rSTAT5A_rel

0 commit comments

Comments
 (0)