-
Notifications
You must be signed in to change notification settings - Fork 34
/
DESCRIPTION
33 lines (33 loc) · 835 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
Package: annotables
Type: Package
Title: Ensembl Annotation Tables
Version: 0.2.0
Authors@R: c(
person("Stephen", "Turner",
email = "[email protected]",
role = c("aut", "cre")),
person("Michael J.", "Steinbaugh",
email = "[email protected]",
role = "ctb"),
person("Aaron", "Wolen",
email = "[email protected]",
role = "ctb"))
Description: Provides tables for converting and annotating Ensembl Gene IDs.
URL: https://github.com/stephenturner/annotables
BugReports: https://github.com/stephenturner/annotables/issues
License: GPL-3
LazyData: TRUE
LazyDataCompression: xz
Depends:
R (>= 3.1.2)
Imports: tibble
Suggests:
devtools,
dplyr,
knitr,
rlang,
rmarkdown,
whisker,
yaml
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3