Package: MsCoreUtils
Title: Core Utils for Mass Spectrometry Data
Version: 1.0.0
Description: MsCoreUtils defines low-level functions for mass
    spectrometry data and is independent of any high-level data
    structures. These functions include mass spectra processing
    functions (noise estimation, smoothing, binning), quantitative
    aggregation functions (median polish, robust summarisation, ...),
    missing data imputation, data normalisation (quantiles, vsn, ...)
    as well as misc helper functions, that are used across high-level
    data structure within the R for Mass Spectrometry packages.
Authors@R: c(person(given = "RforMassSpectrometry Package Maintainer",
                    email = "maintainer@rformassspectrometry.org",
                    role = "cre"),
             person(given = "Laurent", family = "Gatto",
                    email = "laurent.gatto@uclouvain.be",
                    comment = c(ORCID = "0000-0002-1520-2268"),
                    role = "aut"),
             person(given = "Johannes", family = "Rainer",
                    email = "Johannes.Rainer@eurac.edu",
                    comment = c(ORCID = "0000-0002-6977-7147"),
                    role = "aut"),
             person(given = "Sebastian", family = "Gibb",
                    email = "mail@sebastiangibb.de",
                    comment = c(ORCID = "0000-0001-7406-4443"),
                    role = "aut"),
             person(given = "Adriaan", family = "Sticker", role = "ctb"),
             person(given = "Sigurdur", family = "Smarason", role = "ctb"),
             person(given = "Thomas", family = "Naake", role = "ctb"))
Depends: R (>= 3.6.0)
Imports: methods, S4Vectors, MASS, stats
Suggests: testthat, knitr, BiocStyle, rmarkdown, roxygen2, imputeLCMD,
        impute, norm, pcaMethods, vsn, preprocessCore
License: Artistic-2.0
Encoding: UTF-8
VignetteBuilder: knitr
LinkingTo: Rcpp
BugReports: https://github.com/RforMassSpectrometry/MsCoreUtils/issues
URL: https://github.com/RforMassSpectrometry/MsCoreUtils
biocViews: Infrastructure, Proteomics, MassSpectrometry, Metabolomics
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.0.2
git_url: https://git.bioconductor.org/packages/MsCoreUtils
git_branch: RELEASE_3_11
git_last_commit: d447cd6
git_last_commit_date: 2020-04-27
Date/Publication: 2020-04-27
NeedsCompilation: yes
Packaged: 2020-04-28 04:47:52 UTC; biocbuild
Author: RforMassSpectrometry Package Maintainer [cre],
  Laurent Gatto [aut] (<https://orcid.org/0000-0002-1520-2268>),
  Johannes Rainer [aut] (<https://orcid.org/0000-0002-6977-7147>),
  Sebastian Gibb [aut] (<https://orcid.org/0000-0001-7406-4443>),
  Adriaan Sticker [ctb],
  Sigurdur Smarason [ctb],
  Thomas Naake [ctb]
Maintainer: RforMassSpectrometry Package Maintainer <maintainer@rformassspectrometry.org>
