gdapply {BSgenome} | R Documentation |
Returns a list of values obtained by applying a function to elements of a GenomeData or GenomeDataList object.
gdapply(X, FUN, ...)
X |
An object of class |
FUN |
A function to be applied to each chromosome-level sub-element of
|
... |
Further arguments; passed to |
Typically an object of the same class as X
.
Deepayan Sarkar