Skip to content

Commit

Permalink
Model update
Browse files Browse the repository at this point in the history
  • Loading branch information
MD-Models Bot committed Aug 14, 2024
1 parent 0e2b4b4 commit acb39b7
Show file tree
Hide file tree
Showing 8 changed files with 688 additions and 800 deletions.
22 changes: 11 additions & 11 deletions docs/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ This page provides comprehensive information about the structure and components


## Ontologies
- [OBO](http://purl.obolibrary.org/obo/)
- [schema](https://schema.org/)
- [OBO](http://purl.obolibrary.org/obo/)


## Types
Expand Down Expand Up @@ -507,16 +507,6 @@ __conc_unit__* [`UnitDefinition`](#unitdefinition)
- SI unit of the data that was measured.


__data__* `list[float]`

- Data that was measured.


__time__* `list[float]`

- Time steps of the replicate.


__time_unit__* [`UnitDefinition`](#unitdefinition)

- Time unit of the replicate.
Expand All @@ -532,6 +522,16 @@ __prep_conc__ `float`
- 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


__data__* `list[float]`

- Data that was measured.


__time__* `list[float]`

- Time steps of the replicate.


__is_simulated__* `boolean`

- Whether or not the data has been generated by simulation.
Expand Down
Loading

0 comments on commit acb39b7

Please sign in to comment.