weight_rollmean | R Documentation |
Take in a data.table of genomic positions and bead normalized/modified counts and apply pyramidal weighting with a window size k to create smoothed expression intensities
weight_rollmean(dat, k = 101)
dat |
data.table of normalized/adjusted counts |
k |
size of window for weighting |
A data.table of expression intensities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.