humanHG.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "timeUnit":"min",
  3. "compartments":[
  4. "redBloodCells","plasma","venous","kidney","urine",
  5. "richlyPerfused","fat","slowlyPerfused","hair",
  6. "brainBlood","brain","placenta",
  7. "liver","gut","intestine","feces","inorganicMercury"],
  8. "commentParameters":"every parameter must have a value, name is optional and used in SE computation",
  9. "volumeComment":"in a compartment w/o volume, value is mass",
  10. "volumes":{
  11. "plasma":"plasmaVolume",
  12. "venous":"plasmaVolume",
  13. "kidney":"kidneyVolume",
  14. "richlyPerfused":"richlyPerfusedVolume",
  15. "fat":"fatVolume",
  16. "slowlyPerfused":"slowlyPerfusedVolume",
  17. "brainBlood":"brainBloodVolume",
  18. "placenta":"placentaVolume",
  19. "gut":"gutVolume",
  20. "intestine":"intestineVolume",
  21. "redBloodCells":"redBloodCellsVolume",
  22. "hair":"hairVolume",
  23. "brain":"brainVolume",
  24. "liver":"liverVolume"
  25. },
  26. "flows":{
  27. "(plasma,venous):kidney":"kidneyFlow",
  28. "(plasma,venous):richlyPerfused":"richlyPerfusedFlow",
  29. "(plasma,venous):fat":"fatFlow",
  30. "(plasma,venous):slowlyPerfused":"slowlyPerfusedFlow",
  31. "(plasma,venous):brainBlood":"brainBloodFlow",
  32. "(plasma,venous):placenta":"placentaFlow",
  33. "plasma:liver":"liverInFlow",
  34. "liver:venous":"liverOutFlow",
  35. "(plasma,liver):gut":"gutFlow",
  36. "plasma:venous":"plasmaFlow"},
  37. "commentSources":"constants in concentration units per s",
  38. "commentHeavyside":"value is mass of exogene/volume of container/duration",
  39. "sources":{
  40. "intestine":{"name":"constant","value":0.0486,"unit":"ug/min"}},
  41. "commentBindings":"split to flow and diffusion dominated",
  42. "bindings": {
  43. "flowComments":"group common sources or targets with brackets",
  44. "flow":[
  45. "(kidney,richlyPerfused,fat,slowlyPerfused,brainBlood,placenta,liver)->venous",
  46. "gut->liver",
  47. "plasma->(kidney,richlyPerfused,fat,slowlyPerfused,brainBlood,placenta,liver,gut)",
  48. "venous->plasma"],
  49. "diffusion":{
  50. "plasma->redBloodCells":"kRBC",
  51. "redBloodCells->plasma":"kRBC",
  52. "kidney->urine":"kU",
  53. "slowlyPerfused->hair":"kH",
  54. "hair->slowlyPerfused":"kH",
  55. "brainBlood->brain":"kBR",
  56. "liver->intestine":"kB",
  57. "liver->inorganicMercury":"kI",
  58. "intestine->gut":"kR",
  59. "intestine->inorganicMercury":"kD",
  60. "intestine->feces":"kF",
  61. "inorganicMercury->feces":"kF1"}},
  62. "pcComments":"always related to outflow of organs",
  63. "partitionCoefficients":{
  64. "kidney":"kidneyPC",
  65. "richlyPerfused":"richlyPerfusedPC",
  66. "fat":"fatPC",
  67. "slowlyPerfused":"slowlyPerfusedPC",
  68. "brainBlood":"brainBloodPC",
  69. "placenta":"placentaPC",
  70. "liver":"liverPC",
  71. "gut":"gutPC",
  72. "brainBlood->brain":"brainPC",
  73. "hair->slowlyPerfused":"hairPC",
  74. "redBloodCells->plasma":"rbcPC"},
  75. "parameters":{
  76. "kidneyPC":{"value":4.0},
  77. "richlyPerfusedPC":{"value":1},
  78. "fatPC":{"value":0.15},
  79. "slowlyPerfusedPC":{"value":2},
  80. "brainBloodPC":{"value":1},
  81. "brainPC":{"value":3},
  82. "hairPC":{"value":248.7},
  83. "placentaPC":{"value":2},
  84. "liverPC":{"value":5},
  85. "gutPC":{"value":1},
  86. "rbcPC":{"value":12},
  87. "flowNotes":"assuming 70kg individual, fetus at 0.1kg",
  88. "plasmaFlow":{"value":8.067,"unit":"l/min"},
  89. "kidneyFlow":{"value":1.412,"unit":"l/min"},
  90. "richlyPerfusedFlow":{"value":1.484,"unit":"l/min"},
  91. "fatFlow":{"value":0.419,"unit":"l/min"},
  92. "slowlyPerfusedFlow":{"value":2.01,"unit":"l/min"},
  93. "brainBloodFlow":{"value":0.920,"unit":"l/min"},
  94. "placentaFlow":{"value":0.173,"unit":"l/min"},
  95. "liverInFlow":{"value":0.391,"unit":"l/min"},
  96. "liverOutFlow":{"value":1.928,"unit":"l/min"},
  97. "gutFlow":{"value":1.538,"unit":"l/min"},
  98. "plasmaVolume":{"value":1.64,"unit":"kg"},
  99. "redBloodCellsVolume":{"value":1.64,"unit":"kg"},
  100. "kidneyVolume":{"value":0.28,"unit":"kg"},
  101. "richlyPerfusedVolume":{"value":7,"unit":"kg"},
  102. "fatVolume":{"value":19.11,"unit":"kg"},
  103. "hairVolume":{"value":0.14,"unit":"kg"},
  104. "slowlyPerfusedVolume":{"value":24.5,"unit":"kg"},
  105. "brainBloodVolume":{"value":0.49,"unit":"kg"},
  106. "brainVolume":{"value":1.4,"unit":"kg"},
  107. "placentaVolume":{"value":0.0431,"unit":"kg"},
  108. "liverVolume":{"value":1.82,"unit":"kg"},
  109. "gutVolume":{"value":1.19,"unit":"kg"},
  110. "intestineVolume":{"value":0.98,"unit":"kg"},
  111. "kRBC":{"value":0.60,"unit":"l/min"},
  112. "kU":{"value":0,"unit":"l/min"},
  113. "kH":{"value":2.823e-6,"unit":"l/min"},
  114. "kBR":{"value":4.033e-3,"unit":"l/min"},
  115. "kI":{"value":4.033e-6,"unit":"l/min"},
  116. "kB":{"value":4.033e-5,"unit":"l/min"},
  117. "kD":{"value":4.033e-5,"unit":"l/min"},
  118. "kF":{"value":8.066e-5,"unit":"l/min"},
  119. "kF1":{"value":0,"unit":"l/min"},
  120. "kR":{"value":2.016e-3,"unit":"l/min"}}
  121. }