humanHGplusI.json 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "timeUnit":"min",
  3. "compartments":[
  4. "redBloodCells","plasma","venous","kidney","urine",
  5. "richlyPerfused","fat","slowlyPerfused","hair",
  6. "brainBlood","brain",
  7. "liver","gut","intestine","feces",
  8. "plasmaI","liverI","kidneyI","hairI","brainI","fecesI"],
  9. "commentScaled":"add compartments that only have inputs so they can be scaled to total input",
  10. "scaled":["hair","hairI","feces","fecesI","urine"],
  11. "commentParameters":"every parameter must have a value, name is optional and used in SE computation",
  12. "volumeComment":"in a compartment w/o volume, value is mass",
  13. "volumes":{
  14. "plasma":"plasmaVolume",
  15. "venous":"venousVolume",
  16. "kidney":"kidneyVolume",
  17. "richlyPerfused":"richlyPerfusedVolume",
  18. "fat":"fatVolume",
  19. "slowlyPerfused":"slowlyPerfusedVolume",
  20. "brainBlood":"brainBloodVolume",
  21. "gut":"gutVolume",
  22. "intestine":"intestineVolume",
  23. "redBloodCells":"redBloodCellsVolume",
  24. "brain":"brainVolume",
  25. "liver":"liverVolume",
  26. "plasmaI":"plasmaVolume",
  27. "liverI":"liverVolume",
  28. "kidneyI":"kidneyVolume",
  29. "brainI":"brainVolume"
  30. },
  31. "flows":{
  32. "(plasma,venous):kidney":"kidneyFlow",
  33. "(plasma,venous):richlyPerfused":"richlyPerfusedFlow",
  34. "(plasma,venous):fat":"fatFlow",
  35. "(plasma,venous):slowlyPerfused":"slowlyPerfusedFlow",
  36. "(plasma,venous):brainBlood":"brainBloodFlow",
  37. "plasma:liver":"liverInFlow",
  38. "liver:venous":"liverOutFlow",
  39. "(plasma,liver):gut":"gutFlow",
  40. "plasma:venous":"plasmaFlow"},
  41. "commentSources":"constants in concentration units per s",
  42. "commentHeavyside":"value is mass of exogene/volume of container/duration",
  43. "inputs":{
  44. "intestine":"oralIngestion"},
  45. "commentBindings":"split to flow and diffusion dominated",
  46. "bindings": {
  47. "flowComments":"group common sources or targets with brackets",
  48. "flow":[
  49. "(kidney,richlyPerfused,fat,slowlyPerfused,brainBlood,liver)->venous",
  50. "gut->liver",
  51. "plasma->(kidney,richlyPerfused,fat,slowlyPerfused,brainBlood,liver,gut)",
  52. "venous->plasma"],
  53. "diffusion":{
  54. "plasma->redBloodCells":"kRBC",
  55. "redBloodCells->plasma":"kRBC",
  56. "kidney->urine":"kU",
  57. "slowlyPerfused->hair":"kH",
  58. "brainBlood->brain":"kBR",
  59. "brain->venous":"kBR",
  60. "liver->intestine":"kB",
  61. "intestine->gut":"kR",
  62. "intestine->feces":"kF",
  63. "plasma->liverI":"dBL",
  64. "liverI->plasmaI":"kLB:I",
  65. "liverI->fecesI":"kLF:I",
  66. "plasmaI->kidneyI":"kBK:I",
  67. "kidneyI->plasmaI":"kKB:I",
  68. "kidneyI->urine":"kKU:I",
  69. "plasmaI->hairI":"kBH:I",
  70. "brainI->plasmaI":"kBrB:I",
  71. "plasmaI->urine":"kBU:I",
  72. "plasmaI->brainI":"kBBr:I",
  73. "plasmaI->fecesI":"kBF:I",
  74. "plasma->brainI":"dBBr"}},
  75. "pcComments":"always related to outflow of organs",
  76. "partitionCoefficients":{
  77. "kidney":"kidneyPC",
  78. "richlyPerfused":"richlyPerfusedPC",
  79. "fat":"fatPC",
  80. "slowlyPerfused":"slowlyPerfusedPC",
  81. "brainBlood":"brainBloodPC",
  82. "liver":"liverPC",
  83. "gut":"gutPC",
  84. "brain->venous":"brainPC",
  85. "redBloodCells->plasma":"rbcPC"}
  86. }