-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
41 lines (41 loc) · 1006 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
Package: plinkr
Title: Interface to PLINK
Version: 0.20.3
Authors@R: c(
person("Richèl J.C.", "Bilderbeek", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1107-7049")),
person("Hadrien", "Gourlé", role = "ctb", comment = c(ORCID = "0000-0001-9807-1082")))
Description:
GWAS are important.
PLINK does GWAS.
This package allows one to use 'PLINK' from R.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Depends:
R (>= 3.5.0)
Imports:
data.table,
devtools,
dplyr,
genio(>= 1.1.0),
pgenlibr,
pryr,
purrr,
rappdirs,
readr,
stringi (>= 1.7.4.9002),
stringr,
tibble,
tidyr
Suggests:
ggplot2,
markdown,
rmarkdown,
knitr,
testthat (>= 3.0.0)
URL: https://github.com/richelbilderbeek/plinkr/
BugReports: https://github.com/richelbilderbeek/plinkr/
Config/testthat/edition: 3
VignetteBuilder: knitr
Remotes: chrchang/plink-ng/2.0/pgenlibr