generated from neurogenomics/templateR
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.21 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
Package: ThreeWayTest
Type: Package
Title: Three Way Test for Identifying Pleiotropy
Version: 1.0.2
Authors@R: c(
person(given = "Deliang",
family = "Bu",
role = c("cre","aut"),
email = "budeliang@cueb.edu.cn",
comment = c(ORCID = "0000-0001-9939-5708")),
person(given="Brian",
family="Schilder",
role = "ctb",
email = "brian_schilder@alumni.brown.edu",
comment = c(ORCID = "0000-0001-5949-2191"))
)
Description: Summary statistics-based association test for
identifying the pleiotropic effects with sets of genetic variants.
URL: https://github.com/bschilder/ThreeWayTest
BugReports: https://github.com/bschilder/ThreeWayTest/issues
Encoding: UTF-8
Depends: R (>= 4.0.0)
biocViews:
Imports:
MASS,
methods,
data.table,
tools
Suggests:
rworkflows,
markdown,
rmarkdown,
remotes,
knitr,
covr,
testthat (>= 3.0.0),
utils,
heatmaply,
ggplot2,
tidygraph,
ggnetwork,
pals,
piggyback,
gh
Remotes:
github::baolinwu/MSKAT
RoxygenNote: 7.2.3
VignetteBuilder: knitr
License: GPL-3
Config/testthat/edition: 3
LazyData: true
LazyDataCompression: gzip