-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
67 lines (67 loc) · 2.22 KB
/
DESCRIPTION
File metadata and controls
67 lines (67 loc) · 2.22 KB
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
Package: Chromatograms
Title: Infrastructure for Chromatographic Mass Spectrometry Data
Version: 1.1.1
Description: The Chromatograms packages defines an efficient infrastructure
for storing and handling of chromatographic mass spectrometry data. It
provides different implementations of *backends* to store and represent the
data. Such backends can be optimized for small memory footprint or fast
data access/processing. A lazy evaluation queue and chunk-wise processing
capabilities ensure efficient analysis of also very large data sets.
Authors@R: c(person(given = "Johannes", family = "Rainer",
email = "Johannes.Rainer@eurac.edu",
role = c("aut"),
comment = c(ORCID = "0000-0002-6977-7147")),
person(given = "Laurent", family = "Gatto",
comment = c(ORCID = "0000-0002-1520-2268"),
email = "laurent.gatto@uclouvain.be",
role = c("aut")),
person(given = "Philippine", family = "Louail",
email = "philippine.louail@outlook.com",
role = c("aut", "cre"),
comment = c(ORCID = "0009-0007-5429-6846",
fnd = "European Union HORIZON-MSCA-2021 project
Grant No. 101073062: HUMAN – Harmonising and Unifying Blood
Metabolic Analysis Networks")))
Depends:
BiocParallel,
ProtGenerics (>= 1.39.2),
R (>= 4.5.0)
Imports:
methods,
S4Vectors,
MsCoreUtils (>= 1.7.5),
Spectra
Suggests:
msdata (>= 0.19.3),
roxygen2,
BiocStyle (>= 2.5.19),
testthat,
knitr (>= 1.1.0),
rmarkdown,
mzR (>= 2.41.4),
MsBackendMetaboLights (>= 1.3.1),
vdiffr,
IRanges,
RColorBrewer
License: Artistic-2.0
Encoding: UTF-8
VignetteBuilder: knitr
BugReports: https://github.com/RforMassSpectrometry/Chromatograms/issues
URL: https://github.com/RforMassSpectrometry/Chromatograms
biocViews: Infrastructure, Metabolomics, MassSpectrometry, Proteomics
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.3.3
Collate:
'AllGenerics.R'
'ChromBackend-functions.R'
'ChromBackend.R'
'hidden_aliases.R'
'helpers.R'
'ChromBackendMemory.R'
'ChromBackendMzR.R'
'ChromBackendSpectra.R'
'Chromatograms.R'
'Chromatograms-chromData.R'
'Chromatograms-peaksData.R'
'Chromatograms-plot.R'
'Chromatograms-processingQueue.R'