Description Usage Arguments Details Examples
Converts an encoding from the simple format to the full format.
1 | simple2full(x)
|
x |
encoding (see Details). |
The encoding should be named. Each name should correspond to a different amino acid or nucleotide.
1 2 3 4 5 6 | aa1 = structure(c("1", "4", "3", "3", "4", "1", "2", "1", "2", "1",
"1", "4", "1", "4", "4", "4", "4", "1", "4", "4"),
.Names = c("a", "c", "d", "e", "f", "g", "h", "i",
"k", "l", "m", "n", "p", "q",
"r", "s", "t", "v", "w", "y"))
simple2full(aa1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.