forked from bschilder/ThreeWayTest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 901 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
40 lines (40 loc) · 901 Bytes
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
Package: ThreeWayTest
Type: Package
Title: packageTitle
Version: 0.99.0
Authors@R: c(
person(given = "yourGivenName",
family = "yourFamilyName",
role = c("cre"),
email = "yourEmail@email.com",
comment = c(ORCID = "yourOrcidId"))
)
Description: Summary statistics-based association test for
identifying the pleiotropic effects with set of genetic variants.
URL: https://github.com/bschilder/ThreeWayTest
BugReports: https://github.com/bschilder/ThreeWayTest/issues
Encoding: UTF-8
Depends: R (>= 4.0.2)
biocViews:
Imports:
matlib,
MASS,
MSKAT,
AssocTests
Suggests:
rworkflows,
methods,
markdown,
rmarkdown,
remotes,
knitr,
covr,
testthat (>= 3.0.0),
utils
Remotes:
github::baolinwu/MSKAT
RoxygenNote: 7.2.3
VignetteBuilder: knitr
License: GPL-3
Config/testthat/edition: 3
LazyData: true