-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1.46 KB
/
DESCRIPTION
File metadata and controls
42 lines (42 loc) · 1.46 KB
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
Package: mispitools
Title: Missing Person Identification Tools
Version: 1.4.0
Authors@R: person(given = "Franco", family = "Marsico", role = c("aut", "cre"), email = "franco.lmarsico@gmail.com", comment = c(ORCID = "0000-0002-0740-5516"))
Author: Franco Marsico [aut, cre] (<https://orcid.org/0000-0002-0740-5516>)
Maintainer: Franco Marsico <franco.lmarsico@gmail.com>
Description: A comprehensive toolkit for missing person identification combining
genetic and non-genetic evidence within a Bayesian framework. Computes
likelihood ratios (LRs) for DNA profiles, biological sex, age, hair color,
and birthdate evidence. Provides decision analysis tools including optimal
LR thresholds, error rate calculations, and ROC curve visualization.
Includes interactive Shiny applications for exploring evidence combinations.
For methodological details see Marsico et al. (2023) <doi:10.1016/j.fsigen.2023.102891>
and Marsico, Vigeland et al. (2021) <doi:10.1016/j.fsigen.2021.102519>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
forrel,
pedtools,
dplyr,
tidyr,
stats,
reshape2,
patchwork,
graphics,
ggplot2,
DirichletReg,
pROC,
shiny,
shinythemes
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
URL: https://github.com/MarsicoFL/mispitools
BugReports: https://github.com/MarsicoFL/mispitools/issues