writeMSP(TargetSearch)
writeMSP()所属R语言包:TargetSearch
Save spectra in MSP format to be visualized in NIST
MSP中的格式保存在NIST的可视化的光谱
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function creates MSP format file from peak intensities that can be viewed with NIST.
从峰值强度与NIST可查看该函数创建的MSP格式的文件。
用法----------Usage----------
writeMSP(metlib, metprof, file, append = FALSE)
参数----------Arguments----------
参数:metlib
A tsLib object. A metabolite library.
一个tsLib对象。代谢物库。
参数:metprof
A tsProfile object. Usually the ouput of Profile or ProfileCleanUp functions.
一个tsProfile对象。一般Profile或ProfileCleanUp功能的输出。
参数:file
A string naming the output file.
一个字符串,命名输出文件。
参数:append
Logical. If TRUE the results will be appended to file. Otherwise, it will overwrite the contents of file.
逻辑。如果TRUE的结果将被追加到file。否则,它会覆盖内容file。
作者(S)----------Author(s)----------
Alvaro Cuadros-Inostroza
参见----------See Also----------
peakFind, Profile, ProfileCleanUp,
peakFind,Profile,ProfileCleanUp
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|