tabulate_windows | R Documentation |
This generally is called with a DNAStringSet, and then is called recursively with DNAString.
tabulate_windows(x, tWindow = 1600, tStep = 200, tWidth = 4)
x |
a DNAStringSet (or DNAString) |
tWindow |
numeric, the width of the sliding window in base units |
tStep |
numeric, the number of bases to advance between successive window locations |
tWidth |
numeric, the width of the genome unit, for tetramer analysis it's 4 |
for each DNAString a list of status
(0/1 where 0 = ok) and x
a
tabulation matrix. In the matrix each row corresponds to a window location along
the length of the sequence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.