You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,29 +12,6 @@ except standard Modelica library, no other dependencies are needed
12
12
* Open Examples
13
13
* each model in Examples package shows some feature on concrete model of drug pharmacokinetic, pharmacodynamic and pharmacogenomic. Sample model with complex physiologically based model is also shown.
14
14
15
-
## Integration to computational workflow
16
-
* got so `sim` directory
17
-
```bash
18
-
cd sim/
19
-
```
20
-
* and prepare virtual env in Python
21
-
python -m venv venv
22
-
source venv/bin/activate
23
-
```
24
-
* install requirements as specified in `requirements.txt` file
25
-
```bash
26
-
pip install -r requirements.txt
27
-
```
28
-
* start jupyter
29
-
```bash
30
-
jupyter lab
31
-
```
32
-
* jupyter opens in a browser interactive interface, open notebook `PK_2C_IVMidazolam.ipynb`
33
-
* the demo contains exported 2-compartment model of Midazolam administered intravenously in FMI, its usage with `fmpy` library and integration with pharmacokinetic database containing growing number of human and machine readable data of drugs from https://pk-db.com
34
-
35
-
## Simulator
36
-
Live sample web simulator at: https://egolem.online/pharma
37
-
38
15
## Modeling
39
16
<div><div><b>Pharmacolibrary</b> is a reusable Modelica library unifying Pharmacokinetic, pharmacodynamic, toxicokinetic, toxicodynamic, and pharmacogenomic constructs with standardized pharmacological terminology, units, and acausal connectors.</div></div><div>The following acausal connectors are available and reused in library:</div>
40
17
<div>
@@ -83,3 +60,26 @@ Live sample web simulator at: https://egolem.online/pharma
83
60
84
61
</tbody></table>
85
62
63
+
## Simulation outside Modelica - integration to computational workflow in Python
64
+
* got so `sim` directory
65
+
```bash
66
+
cd sim/
67
+
```
68
+
* and prepare virtual env in Python
69
+
python -m venv venv
70
+
source venv/bin/activate
71
+
```
72
+
* install requirements as specified in `requirements.txt` file
73
+
```bash
74
+
pip install -r requirements.txt
75
+
```
76
+
* start jupyter
77
+
```bash
78
+
jupyter lab
79
+
```
80
+
* jupyter opens in a browser interactive interface, open notebook `PK_2C_IVMidazolam.ipynb`
81
+
* the demo contains exported 2-compartment model of Midazolam administered intravenously in FMI, its usage with `fmpy` library and integration with pharmacokinetic database containing growing number of human and machine readable data of drugs from https://pk-db.com
82
+
83
+
## Simulator
84
+
Live sample web simulator at: https://egolem.online/pharma
0 commit comments