-
Notifications
You must be signed in to change notification settings - Fork 29
/
DESCRIPTION
51 lines (51 loc) · 2 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
Package: qtlcharts
Version: 0.17-2
Date: 2023-03-11
Title: Interactive Graphics for QTL Experiments
Author: Karl W Broman [aut, cre] (<https://orcid.org/0000-0002-4914-6671>),
Michael Bostock [ctb, cph] (d3.js library in htmlwidgets/lib,
https://d3js.org), jQuery Foundation [cph] (jQuery library
in htmlwidgets/lib, https://jquery.com), jQuery contributors [ctb]
(jQuery library in htmlwidgets/lib; see
https://github.com/jquery/jquery/blob/master/AUTHORS.txt), jQuery
UI contributors [ctb] (jQuery UI library in htmlwidgets/lib; see
https://jqueryui.com/about/)
Maintainer: Karl W Broman <[email protected]>
Description: Web-based interactive charts (using D3.js) for the analysis of
experimental crosses to identify genetic loci (quantitative trait
loci, QTL) contributing to variation in quantitative traits.
Broman (2015) <doi:10.1534/genetics.114.172742>.
Depends:
R (>= 2.15)
Imports:
qtl (>= 1.30-4),
htmlwidgets,
graphics,
stats,
utils
Suggests:
htmltools,
jsonlite,
knitr,
devtools,
roxygen2,
rmarkdown,
testthat
License: GPL-3 | file LICENSE
URL: https://kbroman.org/qtlcharts/, https://github.com/kbroman/qtlcharts
BugReports: https://github.com/kbroman/qtlcharts/issues
LazyData: true
Encoding: UTF-8
ByteCompile: true
RoxygenNote: 7.2.3
Authors@R: c(
person("Karl W", "Broman", role=c("aut", "cre"), email="[email protected]",
comment=c(ORCID = "0000-0002-4914-6671")),
person("Michael", "Bostock", role=c("ctb", "cph"),
comment="d3.js library in htmlwidgets/lib, https://d3js.org"),
person("jQuery Foundation", role="cph",
comment="jQuery library in htmlwidgets/lib, https://jquery.com"),
person("jQuery contributors", role = "ctb",
comment = "jQuery library in htmlwidgets/lib; see https://github.com/jquery/jquery/blob/master/AUTHORS.txt"),
person("jQuery UI contributors", role = "ctb",
comment = "jQuery UI library in htmlwidgets/lib; see https://jqueryui.com/about/"))