Bioplib
Protein Structure C Library
|
Convert DNA codons to amino acid 1-letter code. More...
Go to the source code of this file.
Macros | |
#define | NUCINDEX(x) |
Functions | |
char | blDNAtoAA (char *dna) |
Convert DNA codons to amino acid 1-letter code.
This code is NOT IN THE PUBLIC DOMAIN, but it may be copied according to the conditions laid out in the accompanying file COPYING.DOC.
The code may be modified as required, but any modifications must be documented so that the person responsible can be identified.
The code may not be sold commercially or included as part of a commercial product except as described in the file COPYING.DOC.
#include "bioplib/seq.h" to define prototype
Definition in file DNAtoAA.c.
#define NUCINDEX | ( | x | ) |
char blDNAtoAA | ( | char * | dna | ) |
[in] | *dna | DNA/RNA codon |
Converts a nucleic acid codon to the 1-letter amino acid equivalent. Termination codons are returned as X. No special action is taken for initiation codons.