Description Usage Arguments Value Examples
Split a DNAString object in smaller chunks
1 | split_in_windows(x, window, overlap = 0)
|
x |
DNAString object |
window |
size of a sequence chunk |
overlap |
size of the overlap between chunks (have to be < window, default = 0) |
DNAStringSet object
1 | split_in_windows(Biostrings::DNAString("ACGTAGCATGCTAGCTACGTAGCTA"),4,1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.