split.xcmsSet(xcms)
split.xcmsSet()所属R语言包:xcms
Divide an xcmsSet object
鸿沟xcmsSet对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Divides the samples and peaks from a xcmsSet object into a list of multiple objects. Group data is discarded.
分为多个对象列表从xcmsSet对象的样品和山峰。集团数据将被丢弃。
参数----------Arguments----------
参数:xs
xcmsSet object
xcmsSet对象
参数:f
factor such that factor(f) defines the grouping
因素,如factor(f)定义分组
参数: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 xcmsSet objects.
xcmsSet对象名单。
方法----------Methods----------
split(x, f, drop = TRUE, ...)
split(x, f, drop = TRUE, ...)
作者(S)----------Author(s)----------
Colin A. Smith, <a href="mailto:csmith@scripps.edu">csmith@scripps.edu</a>
参见----------See Also----------
xcmsSet-class
xcmsSet-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|