-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.24 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
Package: straf
Title: STR Analysis for Forensics
Version: 2.2.2
Authors@R:
person(given = "Alexandre",
family = "Gouy",
role = c("aut", "cre"),
email = "alexandre.gouy@protonmail.com",
comment = c(ORCID = "0000-0002-2478-8475"))
Description: A 'shiny' application to perform Short Tandem Repeats (or
microsatellites) data analysis. The application allows one to
compute forensic parameters, population genetics indices, and investigate
population structure through various methods. Users can generate relevant data
visualisations and tables. It also implements file conversion to
other popular genetic data analysis formats.
URL: https://straf.fr
Depends: R (>= 3.5.0)
License: GPL-3 + file LICENSE
Encoding: UTF-8
BugReports: https://github.com/agouy/straf/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
shiny (>= 1.5.0),
shinyWidgets,
colourpicker,
DT,
plotly,
openxlsx,
reshape2,
dplyr,
tidyr,
ggplot2,
ggrepel,
adegenet,
ape,
pegas,
genepop,
shinycssloaders,
hierfstat,
magrittr,
markdown,
MASS,
readxl
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
Config/testthat/edition: 3