Skip to content

Latest commit

 

History

History
85 lines (72 loc) · 1.81 KB

TODO.md

File metadata and controls

85 lines (72 loc) · 1.81 KB

TODO

modules:

[x] json [x] yaml [x] sbml [x] table [ ] markdown -> Page

exports

[x] DBSolve & SLV (DBSolve) [x] JSON + YAML [x] SBML L2 [x] SBML L3 [x] mrgsolve (R) [x] simbio (Matlab) [x] xlsx (Heta) [x] another xlsx [x] matlab [x] Julia [x] Heta-code (Heta) [x] csv [x] DOT language / Graphviz [ ] ODEs in markdown/latex/ascii [ ] rxode (R) [ ] dat (DBSolve) [x] ModelingToolkit (Julia) [ ] PGF and TikZ [x] Summary [ ] Berkley Madonna

bugs

features

ideas

remove lodash

  • _get
  • _set
  • _omit
  • _merge

Dose class

dose1 @Dose {
  target: A,
  amount: 100,
  start: 0,
  period: 12,
  repeatCount: 4,
  rate: 0.1, // for injection
  duration: 1
};
dose2 @Dose {
  target: A,
  amount: dose_amount,
  start: start1,
  period: period1,
  repeatCount: 4,
  rate: rate1 // for injection
};