-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
34 lines (34 loc) · 999 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: metaboliteIDmapping
Title: Mapping of Metabolite IDs from Different Sources
Version: 0.99.8
Authors@R:
person(given = "Sebastian",
family = "Canzler",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7935-9582"))
Description: The package provides a comprehensive mapping table of nine
different Metabolite ID formats and their common name. The data has
been collected and merged from four publicly available source, including
HMDB, Comptox Dashboard, ChEBI, and the graphite Bioconductor R package.
License: GPL-3
Depends: R (>= 4.0.0)
Imports: AnnotationHub
Suggests:
magrittr,
graphite,
dplyr,
tidyr,
tibble,
rappdirs,
XML,
readxl,
stringr,
utils,
knitr
biocViews: AnnotationHub, CustomDBSchema, FunctionalAnnotation
VignetteBuilder: knitr
URL: https://github.com/yigbt/metaboliteIDmapping
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2