forked from asancpt/pkrshiny
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
64 lines (43 loc) · 2.27 KB
/
README.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
```{r code = readLines("R/opts_chunk.R"), include=FALSE}
```
## pkr Shiny
<div align="center">
<a href="https://opensource.org/licenses/mit-license.php">
<img alt="MIT Licence" src="https://badges.frapsoft.com/os/mit/mit.svg?v=103" />
</a>
<a href="https://github.com/ellerbrock/open-source-badge/">
<img alt="Open Source Love" src="https://badges.frapsoft.com/os/v1/open-source.svg?v=103" />
</a>
</div>
- `pkr Shiny` <https://asan.shinyapps.io/pkrshiny>
- `pkr Shiny` is open to everyone. We are happy to take your input. Please fork the repo, modify the codes and submit a pull request. <https://github.com/asancpt/pkrshiny>
- We are actively developing R pacakges, Shiny Apps, and Edison Science Apps regarding clinical pharmacology and pharmacometrics. Please check here. <https://asancpt.github.io/softwares>
### Installation of pkr R Package
```r
install.packages("pkr")
library(pkr)
NCA(Theoph, "Subject", "Time", "conc", dose=320, uConc="mg/L")
```
### Help
- `pkr` package help <https://cran.r-project.org/web/packages/pkr/pkr.pdf>
### Dataset
- `Theoph`: Oral 320 mg (N=12) <http://stat.ethz.ch/R-manual/R-devel/library/datasets/html/Theoph.html>
- `Indometh`: IV 25 mg (N=6) <http://stat.ethz.ch/R-manual/R-devel/library/datasets/html/Indometh.html>
- `sd_oral_richpk`: Oral 5000mg (N=50) <https://github.com/dpastoor/PKPDdatasets>
- `sd_iv_rich_pkpd`: IV diverse dosing (N=60) <https://github.com/dpastoor/PKPDdatasets>
### CDISC materials
- [CDISC SDTM Implementation Guide 3.2 PDF ](https://www.cdisc.org/sites/default/files/members/standard/foundational/sdtmig/sdtmig_20v3.2_20noportfolio.pdf)
- [CDISC Terminology PDF](https://evs.nci.nih.gov/ftp1/CDISC/SDTM/SDTM%20Terminology.pdf)
### References
Gabrielsson J, Weiner D. Pharmacokinetic and Pharmacodynamic Data Analysis - Concepts and Applications. 5th ed. 2016.
Shargel L, Yu A. Applied Biopharmaceutics and Pharmacokinetics. 7th ed. 2015.
Rowland M, Tozer TN. Clinical Pharmacokinetics and Pharmacodynamics - Concepts and Applications. 4th ed. 2011.
Gibaldi M, Perrier D. Pharmacokinetics. 2nd ed. revised and expanded. 1982.
### Bibliography of R packages
```{r}
Cit <- sapply(MyLib, function(x) print(citation(x), style = "html"))
```
### Session information
```{r, results="markup"}
devtools::session_info()
```