-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
69 lines (69 loc) · 1.45 KB
/
Copy pathDESCRIPTION
File metadata and controls
69 lines (69 loc) · 1.45 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
Package: genepi.utils
URL: https://nicksunderland.github.io/genepi.utils/
Title: GenEpi Utility Functions
Version: 0.1.8
Authors@R: c(person("Nicholas", "Sunderland", , "nicholas.sunderland@bristol.ac.uk", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3625-630X")))
Description: The genepi.utils package is a collection of utility functions for working with genetic epidemiology data.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
biocViews:
Depends: R (>= 4.1.0)
Imports:
data.table,
fst,
furrr,
future,
MendelianRandomization,
TwoSampleMR,
indexevent,
SlopeHunter,
ggplot2,
ggpubr,
ggrepel,
gridExtra,
progressr,
stats,
utils,
yaml,
viridis,
tibble,
GenomicRanges,
IRanges,
rtracklayer,
S7,
cli
Remotes:
mrcieu/TwoSampleMR,
Osmahmoud/SlopeHunter,
DudbridgeLab/indexevent
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
VignetteBuilder: knitr
Config/testthat/edition: 3
Collate:
'chrpos_to_rsid.R'
'class_colmap.R'
'plink.R'
'class_gwas.R'
'class_mr.R'
'clump.R'
'collider_bias.R'
'collider_bias_old.R'
'colocalisation.R'
'drug_target_proxy.R'
'eaf_plot.R'
'genepi.utils-package.R'
'harmonise.R'
'harmonise_gwas.R'
'ld_matrix.R'
'lift.R'
'manhattan.R'
'pz_plot.R'
'qq_plot.R'
'standardise_gwas.R'
'utils.R'
'zzz.R'