-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: mzR
Type: Package
Title: parser for netCDF, mzXML, mzData and mzML files (mass
spectrometry data)
Version: 1.9.8
Author: Bernd Fischer, Steffen Neumann, Laurent Gatto
Maintainer: Bernd Fischer <[email protected]>, Steffen Neumann
<[email protected]>, Laurent Gatto <[email protected]>
Description: mzR provides a unified API to the common file formats and
parsers available for mass spectrometry data. It comes with a
wrapper for the ISB random access parser for mass spectrometry
mzXML, mzData and mzML files. The package contains the original
code written by the ISB, and a subset of the proteowizard
library for mzML. The netCDF reading code has previously been
used in XCMS.
License: Artistic-2.0
LazyLoad: yes
Depends: Rcpp (>= 0.10.1), methods, utils
Imports: Biobase
Suggests: msdata (>= 0.1.9), RUnit, faahKO
LinkingTo: Rcpp
RcppModules: Ramp
SystemRequirements: GNU make, NetCDF, zlib
biocViews: Infrastructure, DataImport, Proteomics, Metabolomics,
MassSpectrometry