-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1015 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
Package: refseqR
Type: Package
Title: Common Computational Operations Working with RefSeq Entries (GenBank)
Version: 1.1.6
Authors@R:
c(person("Jose V.", "Die", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7506-8590")),
person(given = "Lluís",
family = "Revilla Sancho",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9747-2570")))
Maintainer: Jose V. Die <[email protected]>
Description: Fetches NCBI data (RefSeq <https://www.ncbi.nlm.nih.gov/refseq/> database) and provides an environment to
extract information at the level of gene, mRNA or protein accessions.
License: MIT + file LICENSE
URL: https://github.com/jdieramon/refseqR
BugReports: https://github.com/jdieramon/refseqR/issues
Encoding: UTF-8
Imports:
IRanges,
rentrez,
tibble,
Biostrings
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr