write.mzdata-methods(xcms)
write.mzdata-methods()所属R语言包:xcms
Save an xcmsRaw object to a file
保存到一个文件xcmsRaw对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Write the raw data to a (simple) mzData file.
(简单)mzData文件编写的原始数据。
参数----------Arguments----------
参数:object
the xcmsRaw object
xcmsRaw对象
参数:filename
filename (may include full path) for the mzData file. Pipes or URLs are not allowed.
为mzData文件的文件名(可能包括完整路径)。管道或网址是不允许的。
Details
详情----------Details----------
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.
此功能将出口某一xcmsRaw对象到mzData文件。 mzData文件将包含一个<spectrumList>含有质量和强度值在32位精度<spectrum>。目前不支持其他格式。任何头信息(例如额外<software>信息或<cvParams>的)都将丢失。目前,任何MSN的信息也不会被保存。
值----------Value----------
None.
没有。
方法----------Methods----------
write.mzdata(object, filename)
write.mzdata(object, filename)
参见----------See Also----------
xcmsRaw-class, xcmsRaw,
xcmsRaw-class,xcmsRaw
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|