forked from chr1swallace/coloc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.26 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
Package: coloc
Type: Package
Imports:
data.table,
ggplot2,
methods,
viridis,
stats,
grDevices,
susieR (>= 0.11.33),
utils
Suggests:
knitr,
testthat,
snpStats,
mvtnorm,
magrittr,
rmarkdown
Title: Colocalisation Tests of Two Genetic Traits
Version: 5.1.2
Date: 2021-06-08
Authors@R: c(person("Chris", "Wallace", role=c("aut","cre"),
email = "[email protected]"),
person("Claudia","Giambartolomei", role="aut",
email="[email protected]"),
person("Vincent","Plagnol", role="ctb",
email="[email protected]"))
Maintainer: Chris Wallace <[email protected]>
Description: Performs the colocalisation tests described in
Giambartolomei et al (2013) <doi:10.1371/journal.pgen.1004383>,
Wallace (2020) <doi:10.1371/journal.pgen.1008720>,
Wallace (2021) <doi:10.1101/2021.02.23.432421>.
License: GPL
LazyLoad: yes
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Encoding: UTF-8
URL: https://github.com/chr1swallace/coloc
BugReports: https://github.com/chr1swallace/coloc/issues
Collate:
'check.R'
'claudia.R'
'coloc-package.R'
'plot.R'
'private.R'
'sensitivity.R'
'split.R'
'susie.R'
'testdata.R'
'zzz.R'
Depends:
R (>= 2.10)