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