uncipher | R Documentation |
uncipher Calls base::chartr to unscramble input based on a set key and seed. For amino acids, single letter codes are: GPAVLIMCFYWHKRQNEDST
uncipher(input, seed, key = c(LETTERS))
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.