-
Notifications
You must be signed in to change notification settings - Fork 45
/
DESCRIPTION
74 lines (74 loc) · 3.41 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: qtl
Version: 1.70
Date: 2024-08-21
Title: Tools for Analyzing QTL Experiments
Author: Karl W Broman [aut, cre] (<https://orcid.org/0000-0002-4914-6671>), Hao Wu [aut], Gary Churchill [ctb] (<https://orcid.org/0000-0001-9190-9284>), Saunak Sen [ctb] (<https://orcid.org/0000-0003-4519-6361>), Danny Arends [ctb] (<https://orcid.org/0000-0001-8738-0162>), Robert Corty [ctb], Timothee Flutre [ctb], Ritsert Jansen [ctb], Pjotr Prins [ctb] (<https://orcid.org/0000-0002-8021-9162>), Lars Ronnegard [ctb], Rohan Shah [ctb], Laura Shannon [ctb], Quoc Tran [ctb], Aaron Wolen [ctb], Brian Yandell [ctb] (<https://orcid.org/0000-0002-8774-9377>), R Core Team [ctb]
Authors@R: c(person(given = c("Karl", "W"),
family = "Broman",
role = c("aut", "cre"),
email = "[email protected]",
comment=c(ORCID = "0000-0002-4914-6671")),
person(given = "Hao",
family = "Wu",
role = "aut"),
person(given = c("Gary"),
family = "Churchill",
role = "ctb",
comment=c(ORCID = "0000-0001-9190-9284")),
person(given = "Saunak",
family = "Sen",
role = "ctb",
comment=c(ORCID = "0000-0003-4519-6361")),
person(given = "Danny",
family = "Arends",
role = "ctb",
comment=c(ORCID = "0000-0001-8738-0162")),
person(given = "Robert",
family = "Corty",
role = "ctb"),
person(given = "Timothee",
family = "Flutre",
role = "ctb"),
person(given = "Ritsert",
family = "Jansen",
role = "ctb"),
person(given = "Pjotr",
family = "Prins",
role = "ctb",
comment=c(ORCID = "0000-0002-8021-9162")),
person(given = "Lars",
family = "Ronnegard",
role = "ctb"),
person(given = "Rohan",
family = "Shah",
role = "ctb"),
person(given = "Laura",
family = "Shannon",
role = "ctb"),
person(given = "Quoc",
family = "Tran",
role = "ctb"),
person(given = "Aaron",
family = "Wolen",
role = "ctb"),
person(given = "Brian",
family = "Yandell",
role = "ctb",
comment=c(ORCID = "0000-0002-8774-9377")),
person("R Core Team",
role = "ctb"))
Maintainer: Karl W Broman <[email protected]>
Description: Analysis of experimental crosses to identify genes
(called quantitative trait loci, QTLs) contributing to variation in
quantitative traits.
Broman et al. (2003) <doi:10.1093/bioinformatics/btg112>.
Copyright: Code for Brent's method for finding the root of a univariate function
was taken from R 2.15.1 (Copyright 1999, 2001 The R Core Team)
Depends: R (>= 2.14.0)
Imports: parallel, graphics, stats, utils, grDevices
Suggests: testthat
License: GPL-3
URL: https://rqtl.org, https://github.com/kbroman/qtl
BugReports: https://github.com/kbroman/qtl/issues
Encoding: UTF-8
ByteCompile: true