-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodeldoc.Rmd
68 lines (59 loc) · 1.81 KB
/
modeldoc.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
title: "OpenBoneMin Model Documentation"
author: "Metrum Research Group, LLC"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{OpenBoneMin}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
# Model compartments
- `AOH` - 1-alpha-hydroxylase
- `B` - circulating calcitriol (pmol)
- `BCL2`- Bcl-2
- `BMDfn` - femoral neck bone mineral density
- `BMDlsDEN` - lumbar spine bone mineral density
- `CREB` - CREB
- `DENCENT` - denosumab PK central compartment
- `DENPER` - denosumab PK peripheral compartment
- `DENSC` - denosumab subcutaneous dosing compartment
- `ECCPhos` - extracellular phosphate (mmol)
- `EST` - estrogen
- `GFR` - glomerular filtration rate, value holder
- `HAp` - hydroxyapatite
- `IntraPO` - intracellular phosphate (mmol)
- `L` - RANK ligand
- `M` - RANK-RANKL complex
- `N` - OPG-RANKL
- `O` - OPG
- `OBfast` - osteoblasts, fast
- `OBslow` - osteoblasts, slow
- `OC` - osteoclasts
- `P` - extracellular calcium (mmol)
- `PhosGut` - oral phosphate (mmol)
- `PKCENT` - general PK central compartment
- `PKPER` - general PK peripheral compartment
- `PKPER2` - general PK second peripheral compartment
- `PTH` - circulating PTH (`pmol`)
- `PTmax` - PT glan maximum capacity
- `Q` - bone calcium, immediately exchangeable (mmol)
- `Qbone` - bone calcium , non-immediately exchangeable (mmol)
- `R` - calcitriol dependent Ca2+ absorption
- `RNK` - RANK
- `ROB1` - responding osteoblasts
- `RX2` - RunX2
- `S` - PTH gland pool (.)
- `SC` - subcutaneous PTH compartment (pmol)
- `T` - oral calcium (mmol)
- `TERICENT` - teriparatide central compartment
- `TERISC` - teriparatide subcutaneous dosing compartment (pmol)
- `TGFB` - latent TGF beta
- `TGFBact` - active TGF beta
- `UCA` - calcium in the urine (pmol)
# Use
```{r}
library(OpenBoneMin)
mod <- BoneMin()
mod
```