-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
29 lines (29 loc) · 909 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
26
27
28
29
Package: qtl2convert
Version: 0.30
Date: 2024-04-04
Title: Convert Data among QTL Mapping Packages
Description: Functions to convert data structures among the 'qtl2', 'qtl', and 'DOQTL' packages for mapping quantitative trait loci (QTL).
Author: Karl W Broman [aut, cre] (<https://orcid.org/0000-0002-4914-6671>)
Maintainer: Karl W Broman <[email protected]>
Authors@R: person("Karl W", "Broman", role=c("aut", "cre"),
email="[email protected]", comment=c(ORCID = "0000-0002-4914-6671"))
Depends:
R (>= 3.1.0)
Imports:
Rcpp (>= 0.12.12),
qtl (>= 1.40-8),
qtl2 (>= 0.18),
utils,
stats
Suggests:
testthat,
devtools,
roxygen2
License: GPL-3
URL: https://kbroman.org/qtl2/, https://github.com/rqtl/qtl2convert
BugReports: https://github.com/rqtl/qtl2convert/issues
LinkingTo: Rcpp
Encoding: UTF-8
ByteCompile: true
RoxygenNote: 7.3.1
Roxygen: list(markdown=TRUE)