-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1013 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: CAMERA
Title: CAMERA (Cross Ancestral Mendelian Randomisation)
Version: 0.0.0.9000
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"))
)
Description: CAMERA estimates joint causal effect in multiple ancestries
and detects pleiotropy via the zero relevance model.
License: MIT + file LICENSE
Depends:
R (>= 3.5.0)
Imports:
dplyr,
ggplot2,
ieugwasr,
lavaan,
magrittr,
RadialMR,
susieR,
tibble,
tidyr,
TwoSampleMR,
winnerscurse
Suggests:
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.2.1