Description Usage Arguments Value Author(s) See Also Examples
This functions is used to slide a window of specified size over scores at given positions. Computed is the mean and standard deviation over the scores in the window.
1 | sliding.meansd(positions, scores, half.width)
|
positions |
numeric; sorted vector of (genomic) positions of scores |
scores |
numeric; scores to be smoothed associated to the
|
half.width |
numeric, half the window size of the sliding window |
Matrix with three columns:
mean |
means over scores in running window centered at the
positions that were specified in argument |
sd |
standard deviations over scores in running window centered
at the positions that were specified in argument |
count |
number of points that were considered for computing the mean and standard deviation at each position |
Joern Toedling and Oleg Sklyar
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.