| writeMSData,XCMSnExp,character-method {xcms} | R Documentation |
writeMSData exports mass spectrometry data in mzML or mzXML format.
If adjusted retention times are present, these are used as retention time of
the exported spectra.
## S4 method for signature 'XCMSnExp,character'
writeMSData(
object,
file,
outformat = c("mzml", "mzxml"),
copy = FALSE,
software_processing = NULL,
...
)
object |
XCMSnExp object with the mass spectrometry data. |
file |
|
outformat |
|
copy |
|
software_processing |
optionally provide specific data processing steps.
See documentation of the |
... |
Additional parameters to pass down to the |
Johannes Rainer
writeMSData() function in the MSnbase package.