ucoweight | R Documentation |
Returns a list containing, for each of the 20 amino acids + STOP codon, the codon usage bias of each of the synonymous codon according to a given codon sequence.
ucoweight(sequence, numcode = 1)
sequence |
A nucleic acids sequence |
numcode |
The genetic code number as in |
a list containing, for each of the 20 amino acids and STOP codon (list tags), the weight of each synonymous codon (including the original one).
L. Palmeira
citation("seqinr")
synsequence
data(ec999)
ucoweight(ec999[1][[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.