-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
52 lines (52 loc) · 1.12 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
50
51
52
Package: mtDNAcombine
Type: Package
Title: R package to download, combine, and curate sequences from public databases
Version: 1.0.0
Authors@R: c(
person("Eleanor","Miller",email = "miller.eleanor.f@gmail.com", role = c("aut", "cre")),
person("Andrea", "Manica", role= c("ctb")))
Maintainer: The package maintainer <miller.eleanor.f@gmail.com>
Description: This package is designed to download, combine, and curate genetic
sequence data from publicly accessible databases such as GenBank. It is
aimed at preparing mtDNA data for Bayesian Skyline Plot analysis in BEAST2.
License: GPL (>=2)
Language: en-GB
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends:
R (>= 3.5.0)
Imports:
mnormt,
msa,
mauricer,
phytools,
ips,
ape,
plyr,
pegas,
beastier,
beautier,
tracerer,
stringr,
XML,
curl,
reshape2,
MASS,
seqinr,
BiocGenerics,
Biostrings,
grDevices,
graphics,
utils
Suggests: testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
Remotes: bioc::msa,
bioc::BiocGenerics,
ropensci/mauricer,
ropensci/tracerer,
ropensci/beautier,
ropensci/beastier,
ropensci/babette