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 "GenomeData" or "GenomeDataList"
|
FUN |
A function to be applied to each chromosome-level sub-element of
X .
|
... |
Further arguments; passed to FUN
|
Typically an object of the same class as X
.
Deepayan Sarkar