Description Usage Arguments Value Author(s) See Also Examples
View source: R/codon2numberTCAG.R
This function converts a codon
into a number
.
1 | codon2numberTCAG(codon)
|
codon |
[mandatory] |
An object of class numeric
Kristian K Ullrich
1 2 | #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.