-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 851 Bytes
/
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
Package: LivTransplantEvolution
Title: Liver Tranplsant Data Analysis for MELD Scores Visualization
Version: 0.0.1.0
Authors@R:
person("Mouaid", "Alim", , "[email protected]", role = c("aut", "cre"))
Maintainer: Mouaid Alim <[email protected]>
Description: This packages analyzes liver transplantation relevant biomarkers,
specifically those used in the MELD, MELD-na and MELD-3.0 risk score
calculations. It visualizes trajectories of those risk scores and
extracts the biomarkers most impactful of each longitudinal change.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true
Imports:
dplyr,
ggplot2,
purrr,
readr,
shiny,
shinyalert,
tidyr