-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 1.12 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
Package: rNeighborGWAS
Title: Testing Neighbor Effects in Marker-Based Regressions
Version: 1.2.3
Authors@R: c(
person(given = "Yasuhiro", family = "Sato", role = c("aut", "cre"), email = "sato.yasuhiro.36c@kyoto-u.jp", comment = c(ORCID = "0000-0002-6466-723X")),
person(given = "Eiji", family = "Yamamoto", role = "aut"),
person(given = "Kentaro K.", family = "Shimizu", role = "aut", comment = c(ORCID = "0000-0002-6483-1781")),
person(given = "Atsushi J.", family = "Nagano", role = "aut", comment = c(ORCID = "0000-0001-7891-5049")))
Description: To incorporate neighbor genotypic identity into genome-wide association studies, the package provides a set of functions for variation partitioning and association mapping. The theoretical background of the method is described in Sato et al. (2021) <doi:10.1038/s41437-020-00401-w>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Maintainer: Yasuhiro Sato <sato.yasuhiro.36c@kyoto-u.jp>
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
Imports:
gaston,
Matrix,
RcppParallel,
stats,
graphics