-
Notifications
You must be signed in to change notification settings - Fork 3
New Naming Convention
Trixie Roque edited this page Nov 16, 2016
·
10 revisions
- Both SystematicName and StandardName columns must be deleted and replaced with a single id column.
-
production_rate
must be singular in the column name, but plural in the sheet name, i.eproduction_rates
.
- Both SystematicName and StandardName columns must be deleted and replaced with a single id column.
-
degradation_rate
must be singular in the column name, but plural in the sheet name, i.edegradation_rates
.
The following modifications must be implemented:
- Everything from
alpha
toMaxFunEval
must be left alone, as these variable names are built-in to fmincon. Everything else must be changed to snake case. -
time
must be changed intoexpression_timepoints
andsimtimes
must be changed tosimulation_timepoints
. - Both systematic names and standard names must be deleted and replaced with an id column.
-
degradation_rates
andproduction_rates
must be singular in the column name, but plural in the sheet name. -
threshold_b
must be a column in threshold_b sheet. - Rows must be changed to
rows targets
and columns must be changed tocols regulators
. -
Sigmoid
should be changed toModel
. For it to work correctly,Model
must be "Sigmoid" or "MM".