Description Usage Arguments Examples
View source: R/plot_starts_and_stops.R
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()
1 |
sq |
sequence to analyze and plot |
1 2 3 4 5 6 7 | # Toy Example sequence from Coghlan 2011
s1 <- "aaaatgcagtaacccatgccc"
plot_start_stop_codons(s1)
# Dengue virus example from Coghlan 2011
data(dengueseqstartstring)
plot_start_stop_codons(dengueseqstartstring)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.