Skip to contents

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

Usage

tripeptide_dictionary

Format

An object of class list of length 1.

Value

A dictionary for use with normalise_strings()

Examples

M <- normalise_strings(
    search_column = "example",
    output_column = "result",
    dictionary = tripeptide_dictionary
)