View source: R/overlapping_batches.R
generate_overlapping_batches | R Documentation |
Function to divide the sequence in batches with user defined size
generate_overlapping_batches(input.seq, size = 50, overlap = 15)
input.seq |
an object of class |
size |
The center size around which an optimum is to be searched |
overlap |
The desired overlap between batches |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.