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