View source: R/codon2numberTCAG.R
codon2numberTCAG | R Documentation |
This function converts a codon
into a number
.
codon2numberTCAG(codon)
codon |
[mandatory] |
An object of class numeric
Kristian K Ullrich
GENETIC_CODE
#unlist(lapply(names(Biostrings::GENETIC_CODE), codon2numberTCAG))
names(Biostrings::GENETIC_CODE) |> codon2numberTCAG()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.