| plot_gc_skew | R Documentation |
Generates a sliding window plot of GC skew (G-C)/(G+C).
plot_gc_skew(s, window = 100)
s |
A character string containing the DNA sequence |
window |
Integer window size (default: 100) |
A ggplot object
data(sars_fragment)
plot_gc_skew(sars_fragment, window = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.