-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.3 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
Type: Package
Package: dvir
Title: Disaster Victim Identification
Version: 3.3.2
Authors@R: c(
person("Magnus Dehli", "Vigeland", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9134-4962")),
person("Thore", "Egeland", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-3465-8885"))
)
Description: Joint DNA-based disaster victim identification (DVI), as
described in Vigeland and Egeland (2021)
<doi:10.21203/rs.3.rs-296414/v1>. Identification is performed by
optimising the joint likelihood of all victim samples and reference
individuals. Individual identification probabilities, conditional on
all available information, are derived from the joint solution in the
form of posterior pairing probabilities. 'dvir' is part of the
'pedsuite' collection of packages for pedigree analysis.
License: GPL-3
URL: https://github.com/magnusdv/dvir
BugReports: https://github.com/magnusdv/dvir/issues
Depends:
pedtools (>= 2.6.0),
R (>= 4.1.0)
Imports:
forrel (>= 1.5.2),
pbapply,
pedFamilias,
pedprobr (>= 0.8.0),
ribd (>= 1.7.1),
verbalisr (>= 0.7.1)
Suggests:
knitr,
rmarkdown
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2