Description Usage Format Examples
Tables with genetic code.
1 |
AA_TABLE:
Class 'table' Named chr [1:65] "K" "N" "K" "N" ...
..- attr(*, "names")= chr [1:65] "AAA" "AAC" "AAG" "AAT" ...
AA_TABLE_REVERSED:
List of 22
$ *: chr [1:3] "TAA" "TAG" "TGA"
$ A: chr [1:4] "GCA" "GCC" "GCG" "GCT"
$ C: chr [1:2] "TGC" "TGT"
$ D: chr [1:2] "GAC" "GAT"
...
1 2 3 4 5 | ## Not run:
AA_TABLE['ATG'] # => "M"
AA_TABLE_REVERSED['K'] # => list(K = c("AAA", "AAG"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.