powered by
slide_plot visualizes codon usage in sliding window.
slide_plot
slide_plot(windt, index_name = "Index")
ggplot2 plot.
data.table, the sliding window codon usage generated by slide_apply.
slide_apply
character, the name of the index to display.
sw <- slide_apply(yeast_cds[[1]], get_enc, step = 1, before = 10, after = 10) slide_plot(sw)
Run the code above in your browser using DataLab