-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.2 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
Package: metablastr
Title: Perform Massive Local BLAST Searches
Version: 0.3.2
Authors@R: c(person("Hajk-Georg", "Drost",
role = c("aut", "ctb", "cre"),
email = "hajk-georg.drost@tuebingen.mpg.de",
comment = c(ORCID = "http://orcid.org/0000-0002-1567-306X")),
person("Anna", "Gogleva", email = "anna.gogleva@slcu.cam.ac.uk", role = c("aut", "ctb")))
Description: This package provides interface functions for users to perform local Basic Local Alignment Search Tool (BLAST) searches. The search results can be efficiently imported into the R session.
Depends:
R (>= 3.3)
Imports:
seqinr (>= 3.3-3),
dplyr (>= 0.3.0.2),
Biostrings,
GenomicFeatures,
GenomicRanges,
scales,
tibble,
stringr (>= 0.6.2),
readr (>= 1.1.0),
IRanges,
fs,
rtracklayer,
RSQLite,
DBI,
ggplot2,
ggsci,
ggridges
Suggests:
testthat,
knitr,
rmarkdown,
biomartr,
ggridges,
Rsamtools,
foreach (>= 1.4.2)
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
VignetteBuilder: knitr
URL: https://github.com/drostlab/metablastr
BugReports: https://github.com/drostlab/metablastr/issues