split.xcmsRaw(xcms)
split.xcmsRaw()所属R语言包:xcms
Divide an xcmsRaw object
鸿沟xcmsRaw对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Divides the scans from a xcmsRaw object into a list of multiple objects. MS$^n$ data is discarded.
分为多个对象列表的扫描xcmsRaw对象。 MS $ ^ n $的数据将被丢弃。
参数----------Arguments----------
参数:x
xcmsRaw object
xcmsRaw对象
参数:f
factor such that factor(f) defines the scans which go into the new xcmsRaw objects
factor(f)定义扫描到新的xcmsRaw对象的因素,如
参数:drop
logical indicating if levels that do not occur should be dropped (if 'f' is a 'factor' or a list).
逻辑表示如果没有发生的水平,应该被丢弃(如果“f”则是一个“因素”或列表)。
参数:...
further potential arguments passed to methods.
进一步潜在的参数传递方法。
值----------Value----------
A list of xcmsRaw objects.
xcmsRaw对象名单。
方法----------Methods----------
split(x, f, drop = TRUE, ...)
split(x, f, drop = TRUE, ...)
作者(S)----------Author(s)----------
Steffen Neumann, <a href="mailto:sneumann(at)ipb-halle.de">sneumann(at)ipb-halle.de</a>
参见----------See Also----------
xcmsRaw-class
xcmsRaw-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|