getNextEndPoint | R Documentation |
Helper function: algorithm to get next end point in basic window algorithm; will find first point that is at least window size away from start
getNextEndPoint(data, start, windowSize)
data |
the input dataframe subset to the chromosome |
start |
index of the current start point |
windowSize |
the window size (in bp or variants) |
index of end point of window
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.