...
|
...
|
@@ -4,9 +4,12 @@ Title: parser for netCDF, mzXML, mzData and mzML and mzIdentML files
|
4
|
4
|
(mass spectrometry data)
|
5
|
5
|
Version: 2.29.2
|
6
|
6
|
Author: Bernd Fischer, Steffen Neumann, Laurent Gatto, Qiang Kou, Johannes Rainer
|
7
|
|
-Maintainer: Steffen Neumann <sneumann@ipb-halle.de>,
|
8
|
|
- Laurent Gatto <laurent.gatto@uclouvain.be>,
|
9
|
|
- Qiakng Kou <qkou@umail.iu.edu>
|
|
7
|
+Authors@R: c(
|
|
8
|
+ person("Steffen", "Neumann", email="sneumann@ipb-halle.de", role=c("aut","cre")),
|
|
9
|
+ person("Laurent", "Gatto", email="laurent.gatto@uclouvain.be", role=c("aut")),
|
|
10
|
+ person("Qiakng", "Kou", email="qkou@umail.iu.edu", role=c("aut")),
|
|
11
|
+ person("David","Rauh",email="drauh@ipb-halle.de", role=c("ctb"))
|
|
12
|
+ )
|
10
|
13
|
Description: mzR provides a unified API to the common file formats and
|
11
|
14
|
parsers available for mass spectrometry data. It comes with a
|
12
|
15
|
wrapper for the ISB random access parser for mass spectrometry
|