Jwomack7512-bio / BobTheBuilder

BioModME is a Rshiny build GUI to create/solve ODE based Computational Models
GNU General Public License v3.0
0 stars 0 forks source link

Rebuild Parameter Storage System #39

Closed Jwomack7512-bio closed 1 year ago

Jwomack7512-bio commented 1 year ago

Currently parameters are stored in different vectors for all their values and indexed. This works but moving forward it would be nice to have a list system where we have the parameter as the key and its values as the values.

Ex. list (list ->Param) Param1------>name, value, unit, id, description, wherefrom

Key Points Involved in Conversion:

Jwomack7512-bio commented 1 year ago

Created functions to store parameters in new system. Need to expand to other forms of parameter storage, as well as delete and create parameter options.