threeToFull constant
Implementation
static const Map<String, String> threeToFull = {
'Ala': 'Alanine',
'Arg': 'Arginine',
'Asn': 'Asparagine',
'Asp': 'Aspartic acid',
'Cys': 'Cysteine',
'Gln': 'Glutamine',
'Glu': 'Glutamic acid',
'Gly': 'Glycine',
'His': 'Histidine',
'Ile': 'Isoleucine',
'Leu': 'Leucine',
'Lys': 'Lysine',
'Met': 'Methionine',
'Phe': 'Phenylalanine',
'Pro': 'Proline',
'Pyl': 'Pyrrolysine',
'Ser': 'Serine',
'Sec': 'Selenocysteine',
'Thr': 'Threonine',
'Trp': 'Tryptophan',
'Tyr': 'Tyrosine',
'Val': 'Valine',
'Asx': 'Aspartic acid or Asparagine',
'Glx': 'Glutamic acid or Glutamine',
'Xaa': 'Any amino acid',
'Xle': 'Leucine or Isoleucine',
// 終止コドン
'TERM': 'termination codon'
};