get_cu_table.Rd
Get a list or an array of values for the selected Codon Usage Table
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] "arabidopsis.csv" "e_coli_316407.csv" #> [3] "s_cerevisiae_4932.csv" "Salinibacter_ruber_DSM_13855.csv"if (FALSE) { get_cu_table("e_coli_316407.csv") }