-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathDESCRIPTION
86 lines (86 loc) · 2.68 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Package: CompoundDb
Type: Package
Title: Creating and Using (Chemical) Compound Annotation Databases
Version: 1.11.2
Authors@R: c(person(given = "Jan", family = "Stanstrup",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-0541-7369")),
person(given = "Johannes", family = "Rainer",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6977-7147")),
person(given = "Josep M.", family = "Badia",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0002-5704-1124")),
person(given = "Roger", family = "Gine",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-0288-9619")),
person(given = "Andrea", family = "Vicini",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0001-9438-6909")),
person(given = "Prateek", family = "Arora",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0003-0822-9240"))
)
Description: CompoundDb provides functionality to create and use (chemical)
compound annotation databases from a variety of different sources such as
LipidMaps, HMDB, ChEBI or MassBank. The database format allows to store in
addition MS/MS spectra along with compound information. The package provides
also a backend for Bioconductor's Spectra package and allows thus to match
experimetal MS/MS spectra against MS/MS spectra in the database. Databases
can be stored in SQLite format and are thus portable.
Depends:
R (>= 4.1),
methods,
AnnotationFilter,
S4Vectors
Imports:
BiocGenerics,
ChemmineR,
tibble,
jsonlite,
dplyr,
DBI,
dbplyr,
RSQLite,
Biobase,
ProtGenerics (>= 1.35.3),
xml2,
IRanges,
Spectra (>= 1.15.10),
MsCoreUtils,
MetaboCoreUtils,
BiocParallel,
stringi
Suggests:
knitr,
rmarkdown,
testthat,
BiocStyle (>= 2.5.19),
MsBackendMgf
URL: https://github.com/RforMassSpectrometry/CompoundDb
BugReports: https://github.com/RforMassSpectrometry/CompoundDb/issues
biocViews: MassSpectrometry, Metabolomics, Annotation
VignetteBuilder: knitr
License: Artistic-2.0
RoxygenNote: 7.3.2
Roxygen: list(markdown=TRUE)
Encoding: UTF-8
Collate:
'AllGenerics.R'
'AnnotationFilters.R'
'createCompDbPackage.R'
'CompDb.R'
'CompDb-methods.R'
'IonDb.R'
'IonDb-methods.R'
'MsBackendCompDb-functions.R'
'MsBackendCompDb.R'
'query-engine.R'
'spectrum-import-functions.R'
'utility-functions.R'