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