forked from kenhanscombe/ukbtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 916 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
31
32
33
Package: ukbtools
Version: 0.11.3
Title: Manipulate and Explore UK Biobank Data
Authors@R: person("Ken", "Hanscombe", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Ken Hanscombe <[email protected]>
Description: A set of tools to create a UK Biobank <http://www.ukbiobank.ac.uk/> dataset from a UKB fileset (.tab, .r, .html),
visualize primary demographic data for a sample subset, query ICD diagnoses,
retrieve genetic metadata, read and write standard file formats for genetic analyses.
License: GPL-2
URL: https://kenhanscombe.github.io/ukbtools/
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5)
Imports:
data.table (>= 1.12),
dplyr,
purrr,
readr,
ggplot2,
XML,
magrittr,
grid,
tibble,
tidyr,
scales,
stringr,
foreach,
parallel,
doParallel
RoxygenNote: 6.1.1
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr