Package: mzID
Type: Package
Title: An mzIdentML parser for R
Version: 1.24.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
git_url: https://git.bioconductor.org/packages/mzID
git_branch: RELEASE_3_10
git_last_commit: 25c38b7
git_last_commit_date: 2019-10-29
Date/Publication: 2019-10-29
NeedsCompilation: no
Packaged: 2019-10-30 02:21:29 UTC; biocbuild
Author: Laurent Gatto [ctb, cre] (<https://orcid.org/0000-0002-1520-2268>),
  Thomas Pedersen [aut] (<https://orcid.org/0000-0002-6977-7147>),
  Vladislav Petyuk [ctb]
Maintainer: Laurent Gatto <laurent.gatto@uclouvain.be>
Built: R 3.6.1; ; 2019-10-30 13:46:31 UTC; windows
