Description Usage Arguments Value
Get all substrings for the given sequence.
1 | get.all.substrings(.seq, .min.len = 3, .table = T)
|
.seq |
Sequence for splitting to substrings. |
.min.len |
Minimal length of output sequences. |
.table |
if T then return data frame with substrings and positions of their ends in the .seq. |
Character vector or data frame with columns "Substring", "Start" and "End".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.