evenRunMean: evenRunMean

View source: R/peakCallFunctions.R

evenRunMeanR Documentation

evenRunMean

Description

this function computes a running mean over x with a window width k (modified from S4Vectors package to work on even k, see evenRunSum).

Usage

evenRunMean(x, k, endrule = c("drop", "constant"), na.rm = FALSE)

Arguments

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.

Value

an Rle within the running mean over x with a win of length k.


drighelli/DEScan2 documentation built on March 21, 2023, 3:06 p.m.