write.mzdata-methods {xcms} | R Documentation |
Write the raw data to a (simple) mzData file.
object |
the |
filename |
filename (may include full path) for the mzData file. Pipes or URLs are not allowed. |
This function will export a given xcmsRaw object to an mzData file. The mzData file will contain a <spectrumList> containing the <spectrum> with mass and intensity values in 32 bit precision. Other formats are currently not supported. Any header information (e.g. additional <software> information or <cvParams>) will be lost. Currently, also any MSn information will not be stored.
None.
write.mzdata(object, filename)