Package: mzID
Type: Package
Title: An mzIdentML parser for R
Version: 1.48.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-release.r-universe.dev
Date/Publication: 2025-10-29 14:16:21 UTC
RemoteUrl: https://github.com/bioc/mzID
RemoteRef: RELEASE_3_22
RemoteSha: 96e948549879059fdd995012cb639b64f5287bd4
NeedsCompilation: no
Packaged: 2025-11-11 16:02:49 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.5.2; ; 2025-11-11 16:09:31 UTC; windows
