A dictionary for converting tripeptides encoded using single letter IUPAC codes to use three letter codes for amino acids separated by hyphens. e.g. INK becomes Ile-Asn-Lys
Value
A dictionary for use with normalise_strings()
Examples
M = normalise_strings(
search_column ='example',
output_column = 'result',
dictionary = .amino_acid_dictionary
)
#> Error in eval(expr, envir, enclos): object '.amino_acid_dictionary' not found