-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
56 lines (56 loc) · 1.42 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: cophescan
Title: Adaptation of the Coloc Method for PheWAS
Version: 1.4.1
Authors@R: c(person("Ichcha", "Manipur", role=c("aut","cre"),
email = "[email protected]"),
person("Chris", "Wallace", role=c("aut")))
Maintainer: Ichcha Manipur <[email protected]>
Description:
A Bayesian method for Phenome-wide association studies (PheWAS) that identifies causal associations between genetic variants and traits, while simultaneously addressing confounding due to linkage disequilibrium. For details see
Manipur et al (2023) <doi:10.1101/2023.06.29.546856>.
License: GPL-3
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 3.5.0)
URL: https://github.com/ichcha-m/cophescan,
https://ichcha-m.github.io/cophescan/
BugReports: https://github.com/ichcha-m/cophescan/issues
Imports:
Rcpp (>= 1.0.7),
coloc,
data.table,
ggplot2,
ggrepel,
pheatmap,
methods,
viridis,
stats,
grDevices,
magrittr,
utils,
matrixStats,
dplyr
Suggests:
knitr,
testthat (>= 3.0.0),
rmarkdown,
RColorBrewer,
ggpubr
Collate:
'cophescan-package.R'
'singlevar.R'
'multivarsusie.R'
'multitrait.R'
'cophe_hyp_predict.R'
'copheplots.R'
'testdata.R'
'RcppExports.R'
'metrop_hier_priors.R'
'zzz.R'
LinkingTo: Rcpp, RcppArmadillo
Config/testthat/edition: 3
ByteCompile: true