# Calculate tRNA weights for yeast using gene copy numbers
yeast_trna_w <- est_trna_weight(yeast_trna_gcn)
head(yeast_trna_w)
# View the weight distribution
hist(yeast_trna_w$w, main = "Distribution of tRNA weights")
Run the code above in your browser using DataLab