translate_codon {debar} | R 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.
[Package debar version 0.1.1 Index]