-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
42 lines (42 loc) · 987 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
34
35
36
37
38
39
40
41
42
Package: GeneHackman
Title: R package to support pipelines to run analyses on genetic summary statistics on the University of Bristol HPC
Version: 1.0.0
Authors@R:
person("Andrew", "Elmore", , "andrew.elmore@bristol.ac.uk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0292-447X"))
Description: What the package does (one paragraph).
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
coloc,
data.table,
dplyr,
future,
genepi.utils,
ggplot2,
ggrepel,
httr,
MendelianRandomization,
prettydoc,
qqman,
rlang,
R.utils,
rmarkdown,
shiny,
SlopeHunter,
stringr,
tibble,
tidyr,
TwoSampleMR,
vroom
Remotes:
github::MRCIEU/TwoSampleMR,
github::MRCIEU/ieugwasr,
github::Osmahmoud/SlopeHunter,
github::nicksunderland/genepi.utils@v0.0.5,
github::yixuan/prettydoc