Description Usage Arguments Value
View source: R/peakCallFunctions.R
this function computes a running mean over x with a window width k (modified from S4Vectors package to work on even k, see evenRunSum).
1 | evenRunMean(x, k, endrule = c("drop", "constant"), na.rm = FALSE)
|
x |
an Rle object, typically a coverage object. |
k |
window dimension for the running sum over x. |
endrule |
refer to S4Vectors::runMean. |
na.rm |
refer to S4Vectors::runMean. |
an Rle within the running mean over x with a win of length k.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.