-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
50 lines (50 loc) · 1.38 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
Type: Package
Package: phylotaR
Title: Automated Phylogenetic Sequence Cluster Identification from
'GenBank'
Version: 1.3.0
Authors@R: c(
person("Shixiang", "Wang", , "[email protected]", role = c("aut", "cre")),
person("Hannes", "Hettling", role = "aut"),
person("Rutger", "Vos", role = "aut"),
person("Alexander", "Zizka", role = "aut"),
person("Dom", "Bennett", role = "aut"),
person("Alexandre", "Antonelli", role = "aut")
)
Description: A pipeline for the identification, within taxonomic groups,
of orthologous sequence clusters from 'GenBank'
<https://www.ncbi.nlm.nih.gov/genbank/> as the first step in a
phylogenetic analysis. The pipeline depends on a local alignment
search tool and is, therefore, not dependent on differences in gene
naming conventions and naming errors.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/phylotaR/,
https://github.com/ropensci/phylotaR#readme
BugReports: https://github.com/ropensci/phylotaR/issues
Depends:
methods,
R (>= 3.5.0)
Imports:
ape,
bigmemory,
ggplot2,
igraph,
plyr,
R.utils,
rentrez,
restez (>= 2.1.0),
RJSONIO,
stringr,
sys,
treemapify,
XML
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.2.3
SystemRequirements: BLAST+ (>=2.0)
X-schema.org-isPartOf: https://ropensci.org