countSlidingWindow | R Documentation |
Count sequence content in a sliding window of a sequence.
countSlidingWindow(sequence, window, pattern)
sequence |
A sequence to slide. |
window |
Size of a window. |
pattern |
A pattern to search for. |
A numeric vector of count.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.