weight_rollmean_sub {SlideCNA} | R Documentation |
Subfunction of weight_rollmean
Description
Take in a counts matrix and apply pyramidal weighting with a window size k to create smoothed expression intensities
Usage
weight_rollmean_sub(mat, k)
Arguments
mat |
matrix of normalized/adjusted counts |
k |
size of window for weighting |
Value
A matrix of smoothed counts
[Package SlideCNA version 0.1.0 Index]