-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
87 lines (87 loc) · 2.71 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
87
Package: MetaboAnnotation
Title: Utilities for Annotation of Metabolomics Data
Version: 1.11.1
Description:
High level functions to assist in annotation of (metabolomics) data sets.
These include functions to perform simple tentative annotations based on
mass matching but also functions to consider m/z and retention times for
annotation of LC-MS features given that respective reference values are
available. In addition, the function provides high-level functions to
simplify matching of LC-MS/MS spectra against spectral libraries and objects
and functionality to represent and manage such matched data.
Authors@R:
c(person(given = "Michael", family = "Witting",
role = c("aut"),
email = "michael.witting@helmholtz-muenchen.de",
comment = c(ORCID = "0000-0002-1462-4426")),
person(given = "Johannes", family = "Rainer",
email = "Johannes.Rainer@eurac.edu",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6977-7147")),
person(given = "Andrea", family = "Vicini",
email = "andrea.vicini@eurac.edu",
role = c("aut"),
comment = c(ORCID = "0000-0001-9438-6909")),
person(given = "Carolin", family = "Huber",
email = "carolin-elisabeth.huber@ufz.de",
role = c("aut"),
comment = c(ORCID = "0000-0002-9355-8948")),
person(given = "Philippine", family = "Louail",
email = "philippine.louail@eurac.edu",
role = c("aut"),
comment = c(ORCID = "0009-0007-5429-6846")),
person(given = "Nir", family = "Shachaf",
email = "nir.shachaf@weizmann.ac.il",
role = "ctb"))
Depends:
R (>= 4.0.0)
Imports:
BiocGenerics,
MsCoreUtils,
MetaboCoreUtils,
ProtGenerics,
methods,
S4Vectors,
Spectra (>= 1.13.2),
BiocParallel,
SummarizedExperiment,
QFeatures,
AnnotationHub,
graphics,
CompoundDb
Suggests:
testthat,
knitr,
msdata,
BiocStyle,
rmarkdown,
plotly,
shiny,
shinyjs,
DT,
microbenchmark,
mzR
Enhances:
RMariaDB,
RSQLite
License: Artistic-2.0
VignetteBuilder: knitr
BugReports: https://github.com/RforMassSpectrometry/MetaboAnnotation/issues
URL: https://github.com/RforMassSpectrometry/MetaboAnnotation
biocViews: Infrastructure, Metabolomics, MassSpectrometry
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.3.2
Encoding: UTF-8
Collate:
'AllClassUnions.R'
'AllGenerics.R'
'CompAnnotationSource.R'
'CompDbSource.R'
'Matched.R'
'MatchedSpectra.R'
'group_standards.R'
'hidden-aliases.R'
'matchFormula.R'
'matchSpectra.R'
'matchValues.R'
'validateMatchedSpectra.R'