-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
68 lines (68 loc) · 2.17 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
Package: hwep
Title: Hardy-Weinberg Equilibrium in Polyploids
Version: 2.0.3
Authors@R:
c(person(given = "David",
family = "Gerard",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9450-5023")),
person(given = "NSF DBI 2132247",
role = "fnd",
comment = "https://www.nsf.gov/awardsearch/showAward?AWD_ID=2132247")
)
Description: Inference concerning equilibrium and random mating in
autopolyploids. Methods are available to test for equilibrium
and random mating at any even ploidy level (>2) in the presence
of double reduction at biallelic loci. For autopolyploid populations
in equilibrium, methods are available to estimate the degree of
double reduction. We also provide functions to calculate genotype
frequencies at equilibrium, or after one or several rounds of
random mating, given rates of double reduction. The main function is
hwefit(). This material is based upon work supported by the
National Science Foundation under Grant No. 2132247. The opinions,
findings, and conclusions or recommendations expressed are those of
the author and do not necessarily reflect the views of the National
Science Foundation. For details of these methods, see
Gerard (2023a) <doi:10.1111/biom.13722> and
Gerard (2023b) <doi:10.1111/1755-0998.13856>.
License: GPL (>= 3)
BugReports: https://github.com/dcgerard/hwep/issues
URL: https://dcgerard.github.io/hwep/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0),
covr,
knitr,
rmarkdown,
ggplot2
Config/testthat/edition: 3
Imports:
bridgesampling,
doFuture,
doRNG,
foreach,
future,
iterators,
methods,
pracma,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
rstantools (>= 2.2.0),
tensr,
updog
VignetteBuilder: knitr
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
Biarch: true
Depends:
R (>= 3.4.0)
SystemRequirements: GNU make