slideWindows | R Documentation |
Get sliding windows average values for given vector/list
slideWindows(data, window = 2, step = 1)
data |
list of expression |
window |
sliding window size |
step |
sliding window step size |
list/vector of sliding windows with average expression value
slideWindows(c(1:1000),window=200,step=100) slideWindows(c(1:1000),window=100,step=50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.