extract_seqs | R Documentation |
See get_score_matrix()
for examples.
The result sequences are unique and sorted.
extract_seqs( dt, len = 5L, step = 1L, local_cutoff = 1e+07, flexible_approach = FALSE, return_dt = FALSE )
dt |
a |
len |
cut length. |
step |
step size to move on each chromosome sequence. |
local_cutoff |
any segment with length greater than this cutoff will be filtered out and
used as cutpoint, default is |
flexible_approach |
if |
return_dt |
if |
a list
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.