-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
40 lines (40 loc) · 1.05 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
Package: ukbpheno
Title: Extraction and processing UK Biobank data to generate health outcome phenotypes
Version: 0.0.0.9000
Authors@R:
c(person(given = "Niek",
family = "Verweij",
role = c("aut", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4303-7685")),
person(given = "Ming Wai",
family = "Yeung",
role = c("aut", "cre","cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9794-3109")))
Description: A package to efficiently integrate the main dataset and record-level datafiles, to process, harmonize and explore the health outcome data for the definition of binary phenotypes in a reproducible and machine-actionable manner
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Imports:
data.table (>= 1.13.0),
dplyr,
fasttime,
ggdendro,
ggplot2,
ggpubr,
ggrepel,
ComplexUpset,
glue,
jsonlite,
lubridate,
magrittr,
matrixStats,
readxl,
RColorBrewer,
stringr,
tictoc,
tidyr,
XML