codon2numberTCAG: codon2numberTCAG

View source: R/codon2numberTCAG.R

codon2numberTCAGR Documentation

codon2numberTCAG

Description

This function converts a codon into a number.

Usage

codon2numberTCAG(codon)

Arguments

codon

[mandatory]

Value

An object of class numeric

Author(s)

Kristian K Ullrich

See Also

GENETIC_CODE

Examples

#unlist(lapply(names(Biostrings::GENETIC_CODE), codon2numberTCAG))
names(Biostrings::GENETIC_CODE) |> codon2numberTCAG()

kullrich/MSA2dist documentation built on April 26, 2024, 4:43 p.m.