gdreduce {BSgenome} | R Documentation |
This function accepts one or more objects that are reduced, with a
user-specified function, to a single GenomeData
instance.
gdreduce(f, ..., init, right = FALSE, accumulate = FALSE, gdArgs = list())
f |
An object of class |
... |
Objects to be reduced. All objects should be of the same class, as
dictated by methods defined on |
init |
An R object of the same kind as the elements of .... |
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 |
An object of class GenomeData
, containing elements
corresponding to the intersection of all named elements of
...
.
Martin Morgan
Reduce
showMethods(gdreduce, where=getNamespace("BSgenome"))