From Coghlan (2011) A little book of R for bioinformatics. https://a-little-book-of-r-for-bioinformatics.readthedocs.io/en/latest/src/chapter7.html Function original named plotPotentialStartsAndStops()

plot_start_stop_codons(sq)

Arguments

sq

sequence to analyze and plot

Examples

# Toy Example sequence from Coghlan 2011 s1 <- "aaaatgcagtaacccatgccc" plot_start_stop_codons(s1)
#> This may take a second...
# Dengue virus example from Coghlan 2011 data(dengueseqstartstring) plot_start_stop_codons(dengueseqstartstring)
#> This may take a second...