Extracts data from mzML
files using parsers from either RaMS or mzR.
The RaMS parser (default) will only return data in tidy (long) format. The
mzR parser will return data in wide format. Currently the mzR-based parser
is configured to return only DAD data.
Arguments
- path
path to file
- format_out
Class of output. Only applies if
mzR
is selected. Eithermatrix
,data.frame
, ordata.table
.RaMS
will return a list of data.tables regardless of what is selected here.- data_format
Whether to return data in
wide
orlong
format.- parser
What parser to use. Either
RaMS
ormzR
.- what
What types of data to return (argument to
grabMSdata
. Options includeMS1
,MS2
,BPC
,TIC
,DAD
,chroms
,metadata
, oreverything
).- verbose
Argument to
grabMSdata
controllingverbosity
.- ...
Additional arguments to
grabMSdata
.