-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
69 lines (53 loc) · 2.75 KB
/
index.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
65
66
67
68
---
title: "pipetapps.com"
output:
flexdashboard::flex_dashboard:
self_contained: true
---
Column {data-width=200}
-------------------------------------
### Introduction
<img src="assets/PIPET-A-02.JPG" align="right" width="170" />
Welcome to [pipetapps.com](http://www.pipetapps.com).
In PIPET (Pharmacometrics Institute for Practical Education & Training, 가톨릭대학교 계량약리학연구소), we are actively developing apps of pharmacometrics or clinical pharmacology. Here in pipetapps.com, we are compiling and curating part of developed apps.
You can use pipetapps for a wide variety of calculation and analysis for PK data or simulation of pharmacometrics models.
### Scopes
<img src="assets/pipet-tasks.png" align="right" width="200" />
Column {.tabset}
-------------------------------------
### Apps (Images)
```{r include = FALSE}
get_link <- function(image_path = '', app_title = '', URL = '', github_path = 'none'){
ifelse(github_path != 'none',
sprintf('<img src="assets/app-%s.png" align="center" width="400" /><br> [%s](%s) [![GitHub stars](https://img.shields.io/github/stars/%s?style=social)](https://github.com/%s) <br>',
image_path, app_title, URL, github_path, github_path),
sprintf('<img src="assets/app-%s.png" align="center" width="400" /><br> [%s](%s)',
image_path, app_title, URL))
}
app_links <- list(
shiny_caff = get_link("shiny-caff", "Caffeine PK simulation",
"https://asan.shinyapps.io/caff", "asancpt/shiny-caff"),
pk1c = get_link("pk1c", "PK Simulation - IV",
"https://asan.shinyapps.io/pk1c", "pipetcpt/shiny-pk1c-iv"),
tac = get_link("tac", "TDM Tacrolimus",
"https://pipet.shinyapps.io/tacrolimus/", "pipetcpt/tdm-tacrolimus"),
cyclo = get_link('cyclo', 'TDM Cyclosporin',
"https://pipet.shinyapps.io/cyclosporin/", 'pipetcpt/tdm-cyclosporin'),
vanco = get_link('vanco', 'TDM Vancomycin',
"https://pipet.shinyapps.io/vancomycin/", 'pipetcpt/tdm-vancomycin'),
mcrm = get_link('mcrm', 'Modified CRM',
"https://pipet.shinyapps.io/mcrm/", "pipetcpt/shiny-mcrm"),
ddi_static = get_link('ddi_static', 'Static DDI model',
"https://mychloe00.shinyapps.io/ddi_static/", "none"),
shiny_be = get_link("shiny-be", "Bioequivalance app",
"./shiny-be", "pipetcpt/shiny-be"),
pipetecg = get_link("pipetecg", "PIPET ECG app : CiPA",
"./pipetecg", "none")
)
```
| |
---|---|---
`r app_links$pk1c` | `r app_links$shiny_be` | `r app_links$shiny_caff`
`r app_links$vanco` | `r app_links$tac` | `r app_links$cyclo`
`r app_links$mcrm` | `r app_links$ddi_static` | `r app_links$pipetecg`
### Apps (List)