geneticcode

Return nucleotide codon to amino acid mapping

Syntax

Map = geneticcode(GeneticCode)
geneticcode(GeneticCode)

Arguments

GeneticCode

Enter a code number or code name from the table Genetic Code below. If you use a code name, you can truncate the name to the first two characters of the name.

Genetic Code

Code Number

Code Name

1

Standard

2

Vertebrate Mitochondrial

3

Yeast Mitochondrial

4

Mold, Protozoan, Coelenterate Mitochondrial, and Mycoplasma/Spiroplasma

5

Invertebrate Mitochondrial

6

Ciliate, Dasycladacean, and Hexamita Nuclear

9

Echinoderm Mitochondrial

10

Euplotid Nuclear

11

Bacterial and Plant Plastid

12

Alternative Yeast Nuclear

13

Ascidian Mitochondrial

14

Flatworm Mitochondrial

15

Blepharisma Nuclear

16

Chlorophycean Mitochondrial

21

Trematode Mitochondrial

22

Scenedesmus Obliquus Mitochondrial

23

Thraustochytrium Mitochondrial

Description

Map = geneticcode returns a structure with a mapping of nucleotide codons to amino acids for the standard genetic code.

geneticcode(GeneticCode)returns a structure of the mapping for alternate genetic codes, where GeneticCode is either the transl_table (code) number from the NCBI Genetics web page (http://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi?mode=c) or one of the supported names in the genetic code table above.

Examples

List the mapping of nucleotide codons to amino acids for a specific genetic code.

wormcode = geneticcode('Flatworm Mitochondrial');

See Also

Bioinformatics Toolbox functions aa2nt, baselookup, nt2aa, revgeneticcode, seqshoworfs


© 1994-2005 The MathWorks, Inc.