forked from yoonsucho/CAMERA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.11 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
Package: CAMeRa
Title: CAMeRa (Cross Ancestral Mendelian Randomisation)
Version: 0.1.0
Authors@R: c(
person("Yoonsu", "Cho", , "yoonsu.cho@bristol.ac.uk", role = "aut"),
person("Gibran", "Hemani", , "g.hemani@bristol.ac.uk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0920-1055")),
person("Tom", "Palmer", , "tom.palmer@bristol.ac.uk", role = "aut",
comment = c(ORCID = "0000-0003-4655-4511"))
)
Description: CAMERA estimates joint causal effect in multiple ancestries
and detects pleiotropy via the zero relevance model.
License: MIT + file LICENSE
Depends:
R (>= 4.1.0)
Imports:
dplyr,
ggplot2,
ieugwasr (>= 0.1.8),
magrittr,
tidyr
Suggests:
RadialMR,
winnerscurse,
TwoSampleMR,
lavaan,
susieR,
genetics.binaRies,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Remotes:
amandaforde/winnerscurse,
explodecomputer/genetics.binaRies,
MRCIEU/ieugwasr,
MRCIEU/TwoSampleMR,
WSpiller/RadialMR
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1