-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·34 lines (34 loc) · 1.36 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
Package: diemr
Title: Diagnostic Index Expectation Maximisation in R
Version: 1.4.3
Authors@R: c(
person(given = "Natalia",
family = "Martinkova",
role = c("aut", "cre"),
email = "martinkova@ivb.cz",
comment = c(ORCID = "0000-0003-4556-4363")),
person(given = "Stuart",
family = "Baird",
role = c("aut"),
email = "stuartj.e.baird@gmail.com",
comment = c(ORCID = "0000-0002-7144-9919")))
Description: Likelihood-based genome polarisation finds which alleles of genomic markers
belong to which side of the barrier.
Co-estimates which individuals belong to either side of the barrier and barrier strength.
Uses expectation maximisation in likelihood framework. The method is described in
Baird et al. (2023) <doi:10.1111/2041-210X.14010>.
BugReports: https://github.com/StuartJEBaird/diem/issues
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
Config/testthat/edition: 3
Imports: zoo, vcfR
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-01-20 13:27:28 UTC; martinkova
Author: Natalia Martinkova [aut, cre] (<https://orcid.org/0000-0003-4556-4363>),
Stuart Baird [aut] (<https://orcid.org/0000-0002-7144-9919>)
Maintainer: Natalia Martinkova <martinkova@ivb.cz>
Repository: CRAN
Date/Publication: 2025-01-20 13:40:02 UTC