groupnames-methods(xcms)
groupnames-methods()所属R语言包:xcms
Generate unque names for peak groups
产生unque名峰集团
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Allow linking of peak group data between classes using unique group names that remain the same as long as no re-grouping occurs.
允许峰值组数据采用独特的组名没有重新编组时,只要保持相同的类之间的联系。
参数----------Arguments----------
参数:object
the xcmsSet or xcmsEIC object
xcmsSet或xcmsEIC对象
参数:mzdec
number of decimal places to use for m/z
小数位数,使用的m / z
参数:rtdec
number of decimal places to use for retention time
使用保留时间的小数位数
参数:template
a character vector with existing group names whose format should be emulated
特征向量与现有组的名称,其格式应仿效
值----------Value----------
A character vector with unique names for each peak group in the object. The format is M[m/z]T[time in seconds].
特征向量与峰集团中的每个对象的唯一名称。格式M[m/z]T[time in seconds]。
方法----------Methods----------
(object, mzdec = 0, rtdec = 0, template = NULL)
(object, mzdec = 0, rtdec = 0, template = NULL)
(object)
(object)
参见----------See Also----------
xcmsSet-class, xcmsEIC-class
xcmsSet-class,xcmsEIC-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|