-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.04 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
Package: vqtl
Title: Genome Scans to Accommodate and Target Genetic and Non-Genetic Effects on
Trait Variance in Test Crosses
Version: 2.0.6
Authors@R: person("Robert", "Corty", email = "[email protected]", role = c("aut", "cre"))
Description: In recognition that there are many factors (genetic loci, macro-
genetic factors such as sex, and environmental factors) that influence the
extent of environmental variation, the 'vqtl' package conducts genome scans
that accommodate and target these factors. The main functions of this package,
scanonevar() and scanonevar.perm() take as input a cross object from the popular
'qtl' package, as described in Corty and Valdar (2019) <doi:10.1534/g3.118.200642>.
Depends:
R (>= 3.3.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Imports:
doParallel,
foreach,
iterators,
parallel,
knitr,
dplyr,
dglm,
evd,
ggplot2,
gtools,
lazyeval,
stringr,
tidyr,
testthat,
purrr,
qtl
Suggests:
covr