Description Usage Arguments Value See Also
Applies a function over the methylation values for all samples in an RnBSet
using a low memory footprint.
1 2 | ## 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.