-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 1002 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
Package: rNeighborQTL
Title: Interval Mapping for Quantitative Trait Loci Underlying Neighbor Effects
Version: 1.1.2
Authors@R: c(
person(given = "Yasuhiro", family = "Sato", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-6466-723X")),
person(given = "Kazuya", family = "Takeda", role = "aut"),
person(given = "Atsushi J.", family = "Nagano", role = "aut", comment = c(ORCID = "0000-0001-7891-5049"))
)
Description: To enable quantitative trait loci mapping of neighbor effects, this package extends a single-marker regression to interval mapping. The theoretical background of the method is described in Sato et al. (2021) <doi:10.1093/g3journal/jkab017>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Maintainer: Yasuhiro Sato <[email protected]>
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
Imports:
gaston,
Matrix,
qtl,
parallel