code | R Documentation |
Create a code from a list of tuples.
code(tuples, id = DEFAULT_ID, unique.set = T, sorted.set = T)
tuples |
Vector of tuples or codons as strings, e.g. c("AUC", "GCA"). |
id |
A brief description of the code. Default is "unkn.". |
unique.set |
A boulian value. If true, all dublicates are removed from the set. |
sorted.set |
A boulian value. If true, the set is sorted in alphabetical order. |
A 'gcat.code' object. Derived from vector with two attributs: 1) id, 2) tsize.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.