| plot_dotplot | R Documentation |
Generates a dot plot comparison of two sequences.
plot_dotplot(s1, s2, window = 1)
s1 |
First sequence |
s2 |
Second sequence |
window |
Integer word size for matching (default: 1) |
A ggplot object
s1 <- "ATGCATGCATGC"
s2 <- "ATGCGTGCATGC"
plot_dotplot(s1, s2, window = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.