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
Copy file name to clipboardExpand all lines: docs/model.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,8 @@ This page provides comprehensive information about the structure and components
75
75
76
76
77
77
## Ontologies
78
-
-[schema](https://schema.org/)
79
78
-[OBO](http://purl.obolibrary.org/obo/)
79
+
-[schema](https://schema.org/)
80
80
81
81
82
82
## Types
@@ -497,12 +497,7 @@ __species_id__* `string`
497
497
- The identifier for the described reactant.
498
498
499
499
500
-
__init_conc__*`float`
501
-
502
-
- Initial concentration of the measurement data. This must be the same as the first data point in the
503
-
504
-
505
-
__conc_unit__*[`UnitDefinition`](#unitdefinition)
500
+
__data_unit__*[`UnitDefinition`](#unitdefinition)
506
501
507
502
- SI unit of the data that was measured.
508
503
@@ -517,9 +512,14 @@ __data_type__* `string`
517
512
- Type of data that was measured (e.g. concentration)
518
513
519
514
520
-
__prep_conc__`float`
515
+
__prepared__`float`
516
+
517
+
- Amount of the reactant before the measurement. This field should be used for specifying the prepared amount of a species in the reaction mix. Not to be confused with
518
+
519
+
520
+
__initial__`float`
521
521
522
-
-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
522
+
-Initial amount of the measurement data. This must be the same as the first data point in the
0 commit comments