VDotplot | R Documentation |
Dot plot for short sequence
VDotplot(
sequence1,
sequence2,
wsize = 1,
wstep = 1,
nmatch = 1,
table_col = "goldenrod1",
points_col = "red",
xlab = "sequence1",
ylab = "sequence2"
)
sequence1 |
First sequence |
sequence2 |
Second sequence |
wsize |
the Size in chars of the moving window. |
wstep |
the Size in chars for the steps of the moving window. Use wstep == wsize for non-overlapping windows. |
nmatch |
If the number of match per window is greater than or equal to nmatch, then a dot is produced. |
table_col |
Table color by default table_col = "goldenrod1". |
points_col |
Point color by default points_col = "red". |
xlab |
Label for x axis. |
ylab |
Label for y axis. |
plots.
...
In order to visualize this function better, short sequences are recommended. ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.