fullToOne constant
Implementation
static const Map<String, String> fullToOne = {
'Alanine': 'A',
'Arginine': 'R',
'Asparagine': 'N',
'Aspartic acid': 'D',
'Cysteine': 'C',
'Glutamine': 'Q',
'Glutamic acid': 'E',
'Glycine': 'G',
'Histidine': 'H',
'Isoleucine': 'I',
'Leucine': 'L',
'Lysine': 'K',
'Methionine': 'M',
'Phenylalanine': 'F',
'Proline': 'P',
'Pyrrolysine': 'O',
'Serine': 'S',
'Selenocysteine': 'U',
'Threonine': 'T',
'Tryptophan': 'W',
'Tyrosine': 'Y',
'Valine': 'V',
'Aspartic acid or Asparagine': 'B',
'Glutamic acid or Glutamine': 'Z',
'Any amino acid': 'X',
'Leucine or Isoleucine': 'J',
};