hgModel1.json 429 B

123456789101112131415
  1. {
  2. "compartments":["plasma","intestine","gut","liver","feces"],
  3. "commentSources":"in units per hr",
  4. "sources":{
  5. "intestine":1},
  6. "commentBindings":"each gives source->target strength per hr",
  7. "bindings": {
  8. "intestine->feces":2e-4,
  9. "intestine->gut":5e-3,
  10. "gut->liver":0.181,
  11. "plasma->liver":0.046,
  12. "plasma->gut":0.181,
  13. "liver->intestine":1e-4,
  14. "liver->plasma":0.046}
  15. }