Package: mzID
Type: Package
Title: An mzIdentML parser for R
Version: 1.49.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: 2025-10-29 14:16:21 UTC
RemoteUrl: https://github.com/bioc/mzID
RemoteRef: HEAD
RemoteSha: 0eea35c330baaf30bd868113f0b0f3d1d668264a
NeedsCompilation: no
Packaged: 2025-11-07 07:22:19 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; ; 2025-11-07 07:23:39 UTC; windows
