-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.02 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
Package: genomicMateSelectR
Type: Package
Title: Genomic Mate Selection
Version: 0.2.0
Author: Marnin Wolfe <[email protected]>
Maintainer: Marnin Wolfe <[email protected]>
Description: Predict the usefulness of a cross. Multi-trait selection index
mean and variance prediction based on parental haplotypes, a genetic map,
and marker effects. Implement cross-validation procedures to estimate the
accuracy predicting the performance (breeding value, total genetic value
including dominance) of previously unobserved individuals as well as cross
means and variances. Successor package to predCrossVar.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports:
magrittr,
sommer,
RhpcBLASctl,
here,
rsample,
psych,
furrr,
lme4,
qs
Depends:
tibble,
dplyr,
tidyr,
purrr,
R (>= 2.10)
URL: https://github.com/wolfemd/genomicMateSelectR
BugReports: https://github.com/wolfemd/genomicMateSelectR/issues
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr