sampleCovgApply,RnBSet-method {RnBeads} | R Documentation |
Applies a function over the coverage values for all samples in an RnBSet
using a low memory footprint.
## S4 method for signature 'RnBSet' sampleCovgApply(object, fn, type = "sites", ...)
object |
object inheriting from |
fn |
function to be applied |
type |
|
... |
arguments passed on to the function |
Result analogous to apply(covg(rnbSet, type), 2, FUN=FUN)
covg
Retrieving the matrix of coverage values