Holds the Genetic Code specification and information needed to translate
the sequence and find initiation sites.
Name | Description |
ajTrnCodon | Translating a codon from an AjPStr
|
ajTrnRevCodon | Reverse complement translating a codon from an AjPStr
|
ajTrnCodonC | Translating a codon from a char* text
|
ajTrnRevCodonC | Translating a codon from a char* text
|
ajTrnCodonK | Translating a codon from a char* to a char
|
ajTrnRevCodonK | Reverse complement translating a codon
from a char* to a char
|
ajTrnC | Translating a sequence from a char* text
|
ajTrnRevC | Reverse complement translating a sequence from a char* text
|
ajTrnAltRevC | (Alt) Reverse complement translating a sequence
from a char* text
|
ajTrnStr | Translating a sequence from a AjPStr
|
ajTrnRevStr | Reverse complement translating a sequence from a AjPStr
|
ajTrnAltRevStr | (Alt) Reverse complement translating a sequence
from a AjPStr
|
ajTrnSeq | Translating a sequence from a AjPSeq
|
ajTrnRevSeq | Reverse complement translating a sequence from a AjPSeq
|
ajTrnAltRevSeq | Reverse complement translating a sequence from a AjPSeq
|
ajTrnCFrame | Translating a sequence from a char* in a frame
|
ajTrnStrFrame | Translating a sequence from a AjPStr in a frame
|
ajTrnSeqFrame | Translating a sequence from a AjPSeq in a frame
|
ajTrnSeqFramePep | Translating a sequence from a AjPSeq in a frame
and returns a new peptide
|
ajTrnDangleC | Translates the last 1 or two bases of a sequence
in a char* text
|
ajTrnDangleS | Translates the last 1 or two bases of a sequence
in a AjStr
|
ajTrnSeqOrig | Translating a sequence
|