-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.66 KB
/
DESCRIPTION
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
Package: CaPO4Sim
Type: Package
Title: A Virtual Patient Simulator in the Context of Calcium and Phosphate Homeostasis
Version: 0.2.1
Authors@R: c(
person("David", "Granjon", role = c("aut", "cre", "cph"), email = "[email protected]"),
person("Diane", "de Zélicourt", role = "cph"),
person("Vartan", "Kurtcuoglu", role = "cph"),
person("Olivier", "Bonny", role = "cph"),
person("François", "Verrey", role = "cph"),
person(family = "University of Lausanne", role = "fnd"),
person(family = "University of Zurich", role = "fnd"),
person(family = "Kidney NCCR.CH", role = "fnd"),
person(family = "The Interface Group", role = "cph", comment = "Hosting Group"),
person(family = "RinteRface", role = "cph", comment = "R/HTML Templates")
)
Maintainer: David Granjon <[email protected]>
Description: Explore calcium (Ca) and phosphate (Pi) homeostasis with two novel 'Shiny' apps,
building upon on a previously published mathematical model written in C,
to ensure efficient computations. The underlying model is accessible
here <https://pubmed.ncbi.nlm.nih.gov/28747359/)>.
The first application explores the fundamentals of Ca-Pi homeostasis,
while the second provides interactive case studies for in-depth exploration of the topic,
thereby seeking to foster student engagement and an integrative understanding of Ca-Pi regulation.
Imports:
shiny,
shinyjs,
shinyWidgets,
shinyjqui,
plotly,
rintrojs,
shinycssloaders,
visNetwork,
purrr,
DT,
magrittr,
utils
Suggests:
htmltools,
shinydashboard,
shinydashboardPlus
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2