Description Usage Arguments Examples
View source: R/plot_ORFs_in_seq.R
By Coghlan (2011) A little book of R for bioinformatics. https://a-little-book-of-r-for-bioinformatics.readthedocs.io/en/latest/. This function calls find_start_stop_ORFs() thenm builds a plot of the output. Predictions are based on the standard genetic code.
1 | plot_ORFs_in_seq(sq)
|
sq |
DNA sequence |
1 2 3 4 5 6 7 8 | # From Coglan 2011
## Toy example
s1 <- "aaaatgcagtaacccatgccc"
plot_ORFs_in_seq(s1)
## Dengue virus example
data(dengueseqstartstring)
plot_ORFs_in_seq(dengueseqstartstring)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.