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