forked from guilherme-pereira/QTLpoly
-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
50 lines (50 loc) · 2.38 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
Package: qtlpoly
Type: Package
Title: Random-Effect Multiple QTL Mapping in Autopolyploids
Version: 0.2.4
Authors@R: c(person(given = "Guilherme",
family = "da Silva Pereira",
role = "aut",
email = "[email protected]",
comment = c(ORCID="0000-0002-7106-8630")),
person(given = "Marcelo",
family = "Mollinari",
role = "ctb",
email = "[email protected]",
comment = c(ORCID="0000-0002-7001-8498")),
person(given = "Gabriel",
family = "de Siqueira Gesteira",
role = c("ctb","cre"),
email = "[email protected]",
comment = c(ORCID="0000-0002-4106-7346")),
person(given = "Zhao-Bang",
family = "Zeng",
role = "ctb",
email = "[email protected]",
comment = c(ORCID="0000-0002-3115-1149")),
person(given = "Long",
family = "Qu",
role = "ctb",
email = "[email protected]",
comment = "R code for variance component tests using score statistics in R/varComp.R"),
person(given = "Giovanny",
family = "Covarrubias-Pazaran",
role = "ctb",
email = "[email protected]",
comment = "C code for fitting mixed models with REML estimation in src/MNR.cpp")
)
Maintainer: Gabriel de Siqueira Gesteira <[email protected]>
Description: Performs random-effect multiple interval mapping (REMIM) in full-sib families of autopolyploid species based on restricted maximum likelihood (REML) estimation and score statistics, as described in Pereira et al. (2020) <doi:10.1534/genetics.120.303080>.
License: GPL-3
URL: https://gabrielgesteira.github.io/QTLpoly/
BugReports: https://github.com/gabrielgesteira/QTLpoly/issues
Encoding: UTF-8
LazyData: TRUE
LazyDataCompression: xz
Depends:
R (>= 4.0)
Imports:
ggplot2 (>= 3.1), abind (>= 1.4), MASS (>= 7.3), gtools (>= 3.9.2), CompQuadForm, Matrix, RLRsim, mvtnorm, nlme, quadprog, parallel, doParallel, foreach, stats, methods, mappoly, Rcpp (>= 0.12.19)
LinkingTo: Rcpp, RcppArmadillo, RcppProgress
Suggests: rmarkdown, devtools, knitr
RoxygenNote: 7.3.2