Description Usage Arguments Value Author(s)
Smooth a wig plot in rphast
1 | smooth.wig(coord, score, numpoints = 300)
|
coord |
The x coordinates of un-smoothed plot |
score |
The scores cooresponding to the x coordinates (should be same length as coord) |
numpoints |
The number of points to use in the new plot |
A data frame with numpoints rows and columns "coord" and "score"
with smoothed values. If length(coord) <= numpoints
, it will contain the
original data
Melissa J. Hubisz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.