123456789101112131415 |
- {
- "compartments":["plasma","intestine","gut","liver","feces"],
- "commentSources":"in units per hr",
- "sources":{
- "intestine":1},
- "commentBindings":"each gives source->target strength per hr",
- "bindings": {
- "intestine->feces":2e-4,
- "intestine->gut":5e-3,
- "gut->liver":0.181,
- "plasma->liver":0.046,
- "plasma->gut":0.181,
- "liver->intestine":1e-4,
- "liver->plasma":0.046}
- }
|