getCodons | R Documentation |
Get the codons of a RNA sequence
getCodons(rnaSequence, start = 1)
start |
codons
getCodons("AUGGACUGAUCGAUGU", start = 1) [1] "AUG" "GAC" "UGA" "UCG" "AUG"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.