| runningMean {STAN} | R Documentation |
Smooth data with running mean
runningMean(x, winHalfSize = 2)
x |
A vector with the data. |
winHalfSize |
The smoothing window half size. |
A vector containing the smoothed data.
data(trainRegions)
celltypes = list("E123"=grep("E123", names(trainRegions)),
"E116"=grep("E116", names(trainRegions)))
sizeFactors = getSizeFactors(trainRegions, celltypes)
sizeFactors