est_trna_weight | R Documentation |
est_trna_weight
compute the tRNA weight per codon for TAI calculation.
This weight reflects relative tRNA availability for each codon.
est_trna_weight(
trna_level,
codon_table = get_codon_table(),
s = list(WC = 0, IU = 0, IC = 0.4659, IA = 0.9075, GU = 0.7861, UG = 0.6295)
)
trna_level |
named vector of tRNA level (or gene copy numbers), one value for each anticodon. vector names are anticodons. |
codon_table |
a table of genetic code derived from |
s |
list of non-Waston-Crick pairing panelty. |
data.table of tRNA expression information.
dos Reis M, Savva R, Wernisch L. 2004. Solving the riddle of codon usage preferences: a test for translational selection. Nucleic Acids Res 32:5036-5044.
# estimate codon tRNA weight for yeasts
est_trna_weight(yeast_trna_gcn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.