-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
30 lines (30 loc) · 888 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
Package: phyloR
Type: Package
Title: Clean blast results for downstream phyloegentic analysis
Version: 0.0.1
Author: Chirag Parsania
Maintainer: Chirag Parsania <chirag.parsania@gmail.com>
Description: phyloR is an R package to deal with NCBI-BLAST output.
It helps to pre-process BLAST tabular output for downstream phylogenetic analysis.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Imports:
dplyr (>= 0.8.3),
tibble (>= 2.1.3),
taxize (>= 0.9.91),
taxizedb (>= 0.1.9.93),
lubridate (>= 1.7.4),
tidyr (>= 1.0.2),
rlang (>= 0.4.1),
purrr (>= 0.3.3),
magrittr (>= 1.5),
cli (>= 2.0.2),
TidyWrappers (>= 0.0.1.9),
Biostrings (>= 2.54.0),
glue (>= 1.3.1),
stringr (>= 1.4.0),
methods (>= 3.6.2)
BugReports: https://github.com/cparsania/phyloR/issues
URL: https://github.com/cparsania/phyloR