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