-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·57 lines (57 loc) · 1.88 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
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: gClinBiomarker
Title: gClinBiomarker: an R package for clinical biomarker analyses
Version: 1.0.2
Authors@R: c(
person("Ning Leng", role = c("aut", "cre")),
person("Alexey Pronin", role = "aut"),
person("Jemma Fan", role="aut"),
person("Doug Kelkhoff", role = "aut"),
person("Christina Rabe", role = "aut"),
person("Kwame Okrah", role = "aut"))
Author: Ning Leng <[email protected]>,
Alexey Pronin <[email protected]>,
Doug Kelkhoff <[email protected]>,
Jemma Fan <[email protected]>,
Christina Rabe <[email protected]>,
Kwame Okrah <[email protected]>
Maintainer: Ning Leng <[email protected]>, Jemma Fan
<[email protected]>, Doug Kelkhoff <[email protected]>
Description: gClinBiomarker is an R package that allows users to easily perform
biomarker analyses and generate high-quality figures and tables. It contains
a set of functions covering essential biomarker analyses conducted in both
oncology and non-oncology trials. It also provides an R markdown template that
allows users to plug in their data set and generate a biomarker analysis report
with "one-click". The report contains demographics checking, biomarker property
characterization, cutoff exploration (for continuous biomarkers), subgroup
analysis, and longitudinal analysis. The package takes either VADs (AdAM) or a
customized csv/data frame.
License: GPL-2
LazyData: TRUE
RoxygenNote: 6.1.0
VignetteBuilder: knitr
Depends:
R(>= 3.1.2),
survival,
Imports:
dplyr,
ggplot2,
broom,
haven,
utils,
stats,
emmeans,
graphics,
knitr,
methods,
forestplot
Enhances:
coin
Suggests:
devtools,
rmarkdown,
testthat,
usethis
URL:
https://pages.github.roche.com/Rpackages/gClinBiomarker/
BugReports:
https://github.roche.com/Rpackages/gClinBiomarker/issues/