cipher Calls base::chartr to scramble input based on a set key and seed. For amino acids, single letter codes are: GPAVLIMCFYWHKRQNEDST

ciper(input, seed, key = c(LETTERS))

Arguments

input

Character vector of strings to encode.

seed

Parameter to pass to set.seed for reproducibility.

key

Poissible characters to found in input and to include in output.