Description Usage Arguments Value Examples
Get a list or an array of values for the selected Codon Usage Table
1 | get_cu_table(name, list = T)
|
name |
The filname of the codon usage table. You can use list_cu_table() to get the overview. |
list |
A boolean parameter that decides if an array or a list is returned. The array output is requiered by the domesticate function |
An array or a list with values for the codons/amino acids.
1 2 3 4 5 | list_cu_table()
## Not run:
get_cu_table("e_coli_316407.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.