Learn R Programming

cubar (version 1.1.0)

est_trna_weight: Estimate tRNA weight w

Description

est_trna_weight compute the tRNA weight per codon for TAI calculation. This weight reflects relative tRNA availability for each codon.

Usage

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)
)

Value

data.table of tRNA expression information.

Arguments

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 get_codon_table or create_codon_table.

s

list of non-Waston-Crick pairing panelty.

References

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.

Examples

Run this code
# estimate codon tRNA weight for yeasts
est_trna_weight(yeast_trna_gcn)

Run the code above in your browser using DataLab