slide_plot | R Documentation |
slide_plot
visualizes codon usage in sliding window.
slide_plot(windt, index_name = "Index")
windt |
data.table, the sliding window codon usage
generated by |
index_name |
character, the name of the index to display. |
ggplot2 plot.
sw <- slide_apply(yeast_cds[[1]], get_enc, step = 1, before = 10, after = 10)
slide_plot(sw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.