View source: R/sequence_to_codons.R
sequence_to_codons | R Documentation |
Convert sequence to codons
sequence_to_codons(sequence, start = 1)
sequence |
RNA sequence |
start |
The reading frame index |
Vector of codons
sequence_to_codons("UUGUCUAUCGAA", start = 1) # [1] "UUG" "UCU" "AUC" "GAA"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.