countSlidingWindow2 | R Documentation |
Count sequence content in a sliding window of a sequence.
countSlidingWindow2(sequence, window, patterns)
sequence |
A sequence to slide. |
window |
Size of a window. |
patterns |
Patterns of the same size to search for. |
Named vector of frequency of count.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.