-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
38 lines (38 loc) · 923 Bytes
/
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
Package: chiimp
Title: Computational, High-throughput Individual Identification through Microsatellite Profiling
Version: 0.4.1.9000
Authors@R: person("Jesse", "Connell", email = "ancon@upenn.edu", role = c("aut", "cre"))
Description: An R package to analyze microsatellites in high-throughput sequencing datasets.
Depends: R (>= 3.6)
License: file LICENSE
Encoding: UTF-8
LazyData: true
Language: en-US
biocViews:
Imports:
graphics (>= 3.6),
grDevices (>= 3.6),
methods (>= 3.6),
parallel (>= 3.6),
stats (>= 3.6),
utils (>= 3.6),
argparser (>= 0.6),
dnaplotr (>= 0.1),
dnar (>= 0.1),
devtools (>= 2.3),
kableExtra (>= 1.1),
knitr (>= 1.28),
msa (>= 1.18),
openssl (>= 1.4),
pheatmap (>= 1.0),
rmarkdown (>= 2.1),
stringr (>= 1.4),
viridis (>= 0.5),
yaml (>= 2.2)
Remotes:
github::sherrillmix/dnar,
github::sherrillmix/dnaplotr
RoxygenNote: 7.2.3
Suggests:
testthat,
roxygen2