mkt.databases.colors.AA_MAPPING
- mkt.databases.colors.AA_MAPPING = [('alanine', 'A', 'ALA'), ('arginine', 'R', 'ARG'), ('asparagine', 'N', 'ASN'), ('aspartic acid', 'D', 'ASP'), ('cysteine', 'C', 'CYS'), ('glutamic acid', 'E', 'GLU'), ('glutamine', 'Q', 'GLN'), ('glycine', 'G', 'GLY'), ('histidine', 'H', 'HIS'), ('isoleucine', 'I', 'ILE'), ('leucine', 'L', 'LEU'), ('lysine', 'K', 'LYS'), ('methionine', 'M', 'MET'), ('phenylalanine', 'F', 'PHE'), ('proline', 'P', 'PRO'), ('serine', 'S', 'SER'), ('threonine', 'T', 'THR'), ('tryptophan', 'W', 'TRP'), ('tyrosine', 'Y', 'TYR'), ('valine', 'V', 'VAL')]
Set of amino acid mappings (lower) to single-letter code and 3-letter code (upper)
- Type:
list[tuple[str, str, str]]