gdreduce(BSgenome)
gdreduce()所属R语言包:BSgenome
Reduces arguments to a single GenomeData instance
减少参数单一GenomeData实例中
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function accepts one or more objects that are reduced, with a user-specified function, to a single GenomeData instance.
这个函数接受一个或多个对象,减少与用户指定的功能,一个单一的的GenomeData实例。
用法----------Usage----------
gdreduce(f, ..., init, right = FALSE, accumulate = FALSE, gdArgs = list())
参数----------Arguments----------
参数:f
An object of class "function", accepting two instances of classes appropriate for the ... arguments, and returning an object suitable for subsequent use in f and incorporation into GenomeData.
一个类的对象"function",接受两个...参数适当的类的实例,并返回一个适合到fGenomeData并纳入后续使用的对象。
参数:...
Objects to be reduced. All objects should be of the same class, as dictated by methods defined on gdreduce A function to be applied to each chromosome-level sub-element of X.
减少的对象。所有的对象应该是同一类上定义的方法决定,gdreduce级X每个染色体的子元素被应用到的一个功能。
参数:init
An R object of the same kind as the elements of ....
作为一种相同的元素的R对象......
参数:right
A logical indicating whether to proceed from left to right (default) or right to left.
一个逻辑说明是否继续由左到右(默认)或从右到左。
参数:accumulate
A logical indicating whether the successive reduce combinations should be accumulated. By default, only the final combination is used.
一个逻辑指示是否应累计减少了连续组合。默认情况下,只有最后的组合使用。
参数:gdArgs
Additional arguments passed to the GenomeData constructor used to assemble the final object.
额外的参数传递给GenomeData构造,用于组装的最终目标。
值----------Value----------
An object of class GenomeData, containing elements corresponding to the intersection of all named elements of ....
一个类的对象GenomeData,...命名的元素的交点对应的元素。
作者(S)----------Author(s)----------
Martin Morgan
参见----------See Also----------
Reduce
Reduce
举例----------Examples----------
showMethods(gdreduce, where=getNamespace("BSgenome"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|