translate | R Documentation |
Translate RNA codons into amino acids
translate(codons)
codons |
An atomic character vector with a sequence of codons |
A character object with an amino acid sequence that was translated from the sequence of RNA codons.
codons <- c("GGG", "GGC", "GCG", "UCC", "GUC") translate(codons) # "GGASV"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.