-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
34 lines (34 loc) · 878 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
31
32
33
34
Package: genbankr
Version: 1.27.1
Title: Parsing GenBank files into semantically useful objects
Description: Reads Genbank files.
Authors@R: c(person("Gabriel", "Becker", role = c("aut", "cre"),
email = "[email protected]"),
person("Michael", "Lawrence", role = "aut",
email = "[email protected]"))
Copyright: Genentech, Inc.
Maintainer: Gabriel Becker <[email protected]>
License: Artistic-2.0
Depends:
methods
Imports:
BiocGenerics,
IRanges (>= 2.13.15),
GenomicRanges (>= 1.31.10),
GenomicFeatures (>= 1.31.5),
Biostrings,
VariantAnnotation,
rtracklayer,
S4Vectors (>= 0.17.28),
GenomeInfoDb,
Biobase
Suggests:
RUnit,
rentrez,
knitr,
rmarkdown,
BiocStyle
VignetteBuilder: knitr
RoxygenNote: 5.0.1.9000
biocViews: Infrastructure, DataImport
NeedsCompilation: no