You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -70,8 +68,8 @@ This page provides comprehensive information about the structure and components
70
68
click baseunit "#baseunit" "Go to BaseUnit"
71
69
click eqvariable "#eqvariable" "Go to EqVariable"
72
70
click eqparameter "#eqparameter" "Go to EqParameter"
73
-
click datatypes "#datatypes" "Go to DataTypes"
74
71
click equationtype "#equationtype" "Go to EquationType"
72
+
click datatypes "#datatypes" "Go to DataTypes"
75
73
click unittype "#unittype" "Go to UnitType"
76
74
```
77
75
@@ -85,7 +83,7 @@ This page provides comprehensive information about the structure and components
85
83
86
84
87
85
### EnzymeMLDocument
88
-
This is the root object that composes all objects found in an EnzymeML document. It also includes general metadata such as the name of the document, when it was created/modified and references to publications, databases and arbitrary links to the web.
86
+
This is the root object that composes all objects found in an EnzymeML document. It also includes general metadata such as the name of the document, when it was created/modified, and references to publications, databases, and arbitrary links to the web.
89
87
90
88
__name__*`string`
91
89
@@ -94,7 +92,7 @@ __name__* `string`
94
92
95
93
__references__`list[string]`
96
94
97
-
- Contains references to publications, databases and arbitrary links to the web.
95
+
- Contains references to publications, databases, and arbitrary links to the web.
This object describes a single entity of a measurement, which corresponds to one species. It also holds replicates which contain time course data.
493
+
This object describes a single entity of a measurement, which corresponds to one species. It also holds replicates that contain time course data.
488
494
489
495
__species_id__*`string`
490
496
@@ -496,37 +502,37 @@ __init_conc__* `float`
496
502
- Initial concentration of the measurement data. This must be the same as the first data point in the
497
503
498
504
499
-
__data_type__*[`DataTypes`](#datatypes)
500
-
501
-
- Type of data that was measured (e.g. concentration)
502
-
503
-
504
-
__data_unit__*[`UnitDefinition`](#unitdefinition)
505
+
__conc_unit__*[`UnitDefinition`](#unitdefinition)
505
506
506
507
- SI unit of the data that was measured.
507
508
508
509
509
-
__time_unit__*[`UnitDefinition`](#unitdefinition)
510
+
__data__*`list[float]`
510
511
511
-
-Time unit of the replicate.
512
+
-Data that was measured.
512
513
513
514
514
515
__time__*`list[float]`
515
516
516
517
- Time steps of the replicate.
517
518
518
519
519
-
__data__*`list[float]`
520
+
__time_unit__*[`UnitDefinition`](#unitdefinition)
520
521
521
-
- Data that was measured.
522
+
- Time unit of the replicate.
523
+
524
+
525
+
__data_type__*`string`
526
+
527
+
- Type of data that was measured (e.g. concentration)
522
528
523
529
524
530
__prep_conc__`float`
525
531
526
532
- Concentration of the reactant before the measurement. This field should be used for specifying the prepared concentration of a species in the reaction mix. Not to be confused with init_conc, specifying the concentration at the first data point from the
527
533
528
534
529
-
__is_calculated__*`boolean`
535
+
__is_simulated__*`boolean`
530
536
531
537
- Whether or not the data has been generated by simulation.
0 commit comments