Description Usage Arguments Value Examples
Smooth data with running mean
1 | runningMean(x, winHalfSize = 2)
|
x |
A vector with the data. |
winHalfSize |
The smoothing window half size. |
A vector containing the smoothed data.
1 2 3 4 5 | data(trainRegions)
celltypes = list("E123"=grep("E123", names(trainRegions)),
"E116"=grep("E116", names(trainRegions)))
sizeFactors = getSizeFactors(trainRegions, celltypes)
sizeFactors
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.