-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
50 lines (50 loc) · 1.31 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
Type: Package
Package: qtl2pleio
Title: Testing Pleiotropy in Multiparental Populations
Version: 1.4.3.9000
Authors@R:
person(given = "Frederick J",
family = "Boehm",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1644-5931"))
Description: We implement an
adaptation of Jiang & Zeng's (1995) <https://www.genetics.org/content/140/3/1111> likelihood ratio test for testing
the null hypothesis of pleiotropy against the alternative hypothesis,
two separate quantitative trait loci. The test differs from that in Jiang & Zeng (1995) <https://www.genetics.org/content/140/3/1111>
and that in Tian et al. (2016) <doi:10.1534/genetics.115.183624> in
that our test accommodates multiparental populations.
License: MIT + file LICENSE
URL: https://github.com/fboehm/qtl2pleio
BugReports: https://github.com/fboehm/qtl2pleio/issues
Depends:
R (>= 3.2)
Imports:
dplyr,
gemma2,
ggplot2,
magrittr,
MASS,
Rcpp,
rlang,
tibble,
parallel
Suggests:
covr,
mvtnorm,
knitr,
rmarkdown,
testthat,
broman,
devtools,
qtl2,
parallelly
LinkingTo:
Rcpp,
RcppEigen
Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: yes
RoxygenNote: 7.1.1
VignetteBuilder: knitr