-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #2256 snapshot initial concentration issue
- Loading branch information
Showing
3 changed files
with
175 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
154 changes: 154 additions & 0 deletions
154
tests/PKSim.Tests/Data/ind_expression_with_modified_initial_conc.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,154 @@ | ||
{ | ||
"Version": 79, | ||
"ExpressionProfiles": [ | ||
{ | ||
"Type": "Enzyme", | ||
"Species": "Human", | ||
"Molecule": "CYP3A4", | ||
"Category": "European (P-gp modified, CYP3A4 REFINED 36 h)", | ||
"Parameters": [ | ||
{ | ||
"Path": "CYP3A4|Reference concentration", | ||
"Value": 4.32, | ||
"Unit": "µmol/l" | ||
}, | ||
{ | ||
"Path": "CYP3A4|t1/2 (intestine)", | ||
"Value": 23.0, | ||
"Unit": "h" | ||
}, | ||
{ | ||
"Path": "CYP3A4|t1/2 (liver)", | ||
"Value": 36.0, | ||
"Unit": "h", | ||
"ValueOrigin": { | ||
"Source": "Unknown" | ||
} | ||
}, | ||
{ | ||
"Path": "Organism|Brain|Intracellular|CYP3A4|Relative expression", | ||
"Value": 0.0, | ||
"ValueOrigin": { | ||
"Source": "Unknown" | ||
} | ||
}, | ||
{ | ||
"Path": "Organism|Gonads|Intracellular|CYP3A4|Relative expression", | ||
"Value": 0.0, | ||
"ValueOrigin": { | ||
"Source": "Unknown" | ||
} | ||
}, | ||
{ | ||
"Path": "Organism|Kidney|Intracellular|CYP3A4|Relative expression", | ||
"Value": 0.0, | ||
"ValueOrigin": { | ||
"Source": "Unknown" | ||
} | ||
}, | ||
{ | ||
"Path": "Organism|Liver|Pericentral|Intracellular|CYP3A4|Initial concentration", | ||
"Value": 3.414, | ||
"Unit": "µmol/l" | ||
}, | ||
{ | ||
"Path": "Organism|Liver|Pericentral|Intracellular|CYP3A4|Relative expression", | ||
"Value": 0.0, | ||
"ValueOrigin": { | ||
"Source": "Unknown" | ||
} | ||
}, | ||
{ | ||
"Path": "Organism|Liver|Periportal|Intracellular|CYP3A4|Initial concentration", | ||
"Value": 3.414, | ||
"Unit": "µmol/l" | ||
}, | ||
{ | ||
"Path": "Organism|Liver|Periportal|Intracellular|CYP3A4|Relative expression", | ||
"Value": 0.0, | ||
"ValueOrigin": { | ||
"Source": "Unknown" | ||
} | ||
}, | ||
{ | ||
"Path": "Organism|Lung|Intracellular|CYP3A4|Relative expression", | ||
"Value": 0.0, | ||
"ValueOrigin": { | ||
"Source": "Unknown" | ||
} | ||
}, | ||
{ | ||
"Path": "Organism|SmallIntestine|Intracellular|CYP3A4|Relative expression", | ||
"Value": 0.0, | ||
"ValueOrigin": { | ||
"Source": "Unknown" | ||
} | ||
}, | ||
{ | ||
"Path": "Organism|SmallIntestine|Mucosa|Duodenum|Intracellular|CYP3A4|Initial concentration", | ||
"Value": 0.516, | ||
"Unit": "µmol/l" | ||
}, | ||
{ | ||
"Path": "Organism|SmallIntestine|Mucosa|Duodenum|Intracellular|CYP3A4|Relative expression", | ||
"Value": 0.0, | ||
"ValueOrigin": { | ||
"Source": "Unknown" | ||
} | ||
}, | ||
{ | ||
"Path": "Organism|SmallIntestine|Mucosa|LowerIleum|Intracellular|CYP3A4|Initial concentration", | ||
"Value": 0.138, | ||
"Unit": "µmol/l" | ||
}, | ||
{ | ||
"Path": "Organism|SmallIntestine|Mucosa|LowerIleum|Intracellular|CYP3A4|Relative expression", | ||
"Value": 0.0, | ||
"ValueOrigin": { | ||
"Source": "Unknown" | ||
} | ||
}, | ||
{ | ||
"Path": "Organism|SmallIntestine|Mucosa|LowerJejunum|Intracellular|CYP3A4|Initial concentration", | ||
"Value": 0.268, | ||
"Unit": "µmol/l" | ||
}, | ||
{ | ||
"Path": "Organism|SmallIntestine|Mucosa|LowerJejunum|Intracellular|CYP3A4|Relative expression", | ||
"Value": 0.0, | ||
"ValueOrigin": { | ||
"Source": "Unknown" | ||
} | ||
}, | ||
{ | ||
"Path": "Organism|SmallIntestine|Mucosa|UpperIleum|Intracellular|CYP3A4|Initial concentration", | ||
"Value": 0.136, | ||
"Unit": "µmol/l" | ||
}, | ||
{ | ||
"Path": "Organism|SmallIntestine|Mucosa|UpperIleum|Intracellular|CYP3A4|Relative expression", | ||
"Value": 0.0, | ||
"ValueOrigin": { | ||
"Source": "Unknown" | ||
} | ||
}, | ||
{ | ||
"Path": "Organism|SmallIntestine|Mucosa|UpperJejunum|Intracellular|CYP3A4|Initial concentration", | ||
"Value": 0.283, | ||
"Unit": "µmol/l" | ||
}, | ||
{ | ||
"Path": "Organism|SmallIntestine|Mucosa|UpperJejunum|Intracellular|CYP3A4|Relative expression", | ||
"Value": 0.0, | ||
"ValueOrigin": { | ||
"Source": "Unknown" | ||
} | ||
} | ||
], | ||
"Localization": "Intracellular, BloodCellsIntracellular, VascEndosome", | ||
"Ontogeny": { | ||
"Name": "CYP3A4" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters