Description Usage Arguments Examples
View source: R/find_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/. Originally called findORFsinSeq()
1 | find_ORFs_in_seq(sq)
|
sq |
Input sequence |
1 2 3 4 5 6 7 8 | # From Coglan 2011
## Toy example
s1 <- "aaaatgcagtaacccatgccc"
find_ORFs_in_seq(s1)
## Dengue virus example
data(dengueseqstartstring)
find_ORFs_in_seq(dengueseqstartstring)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.