translate_codon: Censored Translation of a codon.

View source: R/translation.r

translate_codonR Documentation

Censored Translation of a codon.

Description

Translate a codon of DNA sequence using the censored translation table. this translates codons for which the amino acids is unambigious across mitochondrial genetic codes across the animal kingdom and does not translate those for which the amino acid varies, but rather outputs a ? in the string.

Usage

translate_codon(codon)

Arguments

codon

a three letter DNA string.

Value

a string.


debar documentation built on May 29, 2024, 2:02 a.m.