Package: mzID
Type: Package
Title: An mzIdentML parser for R
Version: 1.51.0
Authors@R: c(person(given = "Laurent", family = "Gatto",
                    email = "laurent.gatto@uclouvain.be",
                    comment = c(ORCID = "0000-0002-1520-2268"),
                    role = c("ctb", "cre")),
             person(given = "Thomas", family = "Pedersen",
                    email = "thomasp85@gmail.com",
                    role = c("aut"),
                    comment = c(ORCID = "0000-0002-6977-7147")),
             person(given = "Vladislav", family = "Petyuk",
                    role = c("ctb")))
Description: A parser for mzIdentML files implemented using the XML
        package. The parser tries to be general and able to handle all
        types of mzIdentML files with the drawback of having less
        'pretty' output than a vendor specific parser. Please contact
        the maintainer with any problems and supply an mzIdentML file
        so the problems can be fixed quickly.
License: GPL (>= 2)
LazyLoad: yes
biocViews: ImmunoOncology, DataImport, MassSpectrometry, Proteomics
VignetteBuilder: knitr
Depends: methods
Imports: XML, plyr, parallel, doParallel, foreach, iterators,
        ProtGenerics
Suggests: knitr, testthat
Collate: 'aaa.R' 'generics.R' 'mzIDpsm.R' 'mzIDpeptides.R'
        'mzIDparameters.R' 'mzIDevidence.R' 'mzIDdatabase.R' 'mzID.R'
        'mzIDCollection.R' 'mzID-constructor.R' 'mzID-package.R'
RoxygenNote: 5.0.1
Config/pak/sysreqs: libxml2-dev
Repository: https://bioc.r-universe.dev
Date/Publication: 2026-04-28 12:38:09 UTC
RemoteUrl: https://github.com/bioc/mzID
RemoteRef: HEAD
RemoteSha: 61b447eeb1e17247ce8cb09969a8339c32714b0c
NeedsCompilation: no
Packaged: 2026-05-30 05:32:08 UTC; root
Author: Laurent Gatto [ctb, cre] (ORCID:
    <https://orcid.org/0000-0002-1520-2268>),
  Thomas Pedersen [aut] (ORCID: <https://orcid.org/0000-0002-6977-7147>),
  Vladislav Petyuk [ctb]
Maintainer: Laurent Gatto <laurent.gatto@uclouvain.be>
Built: R 4.6.0; ; 2026-05-30 06:05:53 UTC; unix
