write.mzdata-methods: Save an xcmsRaw object to a file
Description
Write the raw data to a (simple) mzData file.
Arguments
object
the xcmsRaw object
filename
filename (may include full path)
for the mzData file. Pipes or URLs are not allowed.
Value
None.
Methods
object = "xcmsRaw"
write.mzdata(object, filename)
Details
This function will export a given xcmsRaw object to an mzData file.
The mzData file will contain a containing the
with mass and intensity values in 32 bit precision. Other
formats are currently not supported. Any header information
(e.g. additional information or ) will be lost.
Currently, also any MSn information will not be stored.