Package: Chromatograms Title: Infrastructure for Chromatographic Mass Spectrometry Data Version: 1.3.2 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: data.table, methods, S4Vectors, MsCoreUtils (>= 1.7.5), Spectra Suggests: MsDataHub, roxygen2, BiocStyle (>= 2.5.19), testthat, knitr (>= 1.1.0), rmarkdown, mzR (>= 2.41.4), MsBackendMetaboLights (>= 1.3.1), pheatmap, 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) 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' Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libuv1-dev Repository: https://rformassspectrometry.r-universe.dev Date/Publication: 2026-07-23 09:31:02 UTC RemoteUrl: https://github.com/rformassspectrometry/Chromatograms RemoteRef: HEAD RemoteSha: 939e59de2421aec68a6e96e04efe85d2a79951ff NeedsCompilation: no Packaged: 2026-07-23 11:10:20 UTC; root Author: Johannes Rainer [aut] (ORCID: ), Laurent Gatto [aut] (ORCID: ), Philippine Louail [aut, cre] (ORCID: , fnd: European Union HORIZON-MSCA-2021 project Grant No. 101073062: HUMAN – Harmonising and Unifying Blood Metabolic Analysis Networks) Maintainer: Philippine Louail