forked from Richard-Packer/DeepPheWAS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.08 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
Package: DeepPheWAS
Title: Phenotype Generation and Association Testing Novel Phenotypes for Phenome Wide Association Studies
Version: 0.7.1
Authors@R:
person("Richard", "packer", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2459-1020"))
Description: Generating novel phenotypes and running phenome wide association studies. Works with flexible inputs
including, SNPs, genetic risk scores and copy number variants. Results are output as tables and graphs. Designed to work with
included R scripts via bash argument parser.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Imports:
dplyr (>= 1.0.0),
data.table (>= 1.0.0),
stringr (>= 1.0.0),
rlang,
parallel,
magrittr,
purrr,
tidyselect,
tidyr,
tibble,
lubridate,
RNOmni,
ggplot2,
viridis,
ggrepel,
scales
URL: https://github.com/Richard-Packer/Deep-PheWAS
BugReports: https://github.com/Richard-Packer/Deep-PheWAS/issues
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3