-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.63 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
Package: MsBackendMetaboLights
Title: Retrieve Mass Spectrometry Data from MetaboLights
Version: 1.1.1
Authors@R:
c(person(given = "Johannes", family = "Rainer",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6977-7147")),
person(given = "Philippine", family = "Louail",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0009-0007-5429-6846")))
Description: MetaboLights is one of the main public repositories for storage
of metabolomics experiments, which includes analysis results as
well as raw data. The MsBackendMetaboLights package provides
functionality to retrieve and represent mass spectrometry (MS)
data from MetaboLights. Data files are downloaded and cached
locally avoiding repetitive downloads. MS data from metabolomics
experiments can thus be directly and seamlessly integrated into
R-based analysis workflows with the Spectra and
MsBackendMetaboLights package.
Depends:
R (>= 4.2.0),
Spectra (>= 1.15.12)
Imports:
curl,
ProtGenerics,
BiocFileCache,
S4Vectors,
methods
Suggests:
testthat,
rmarkdown,
mzR,
knitr,
BiocStyle
License: Artistic-2.0
Encoding: UTF-8
VignetteBuilder: knitr
BugReports: https://github.com/RforMassSpectrometry/MsBackendMetaboLights/issues
URL: https://github.com/RforMassSpectrometry/MsBackendMetaboLights
biocViews: Infrastructure, MassSpectrometry, Metabolomics, DataImport, Proteomics
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.3.2