est_csc | R Documentation |
get_csc
calculate codon occurrence to mRNA stability correlation coefficients (Default to Pearson's).
est_csc(
seqs,
half_life,
codon_table = get_codon_table(),
cor_method = "pearson"
)
seqs |
CDS sequences of all protein-coding genes. One for each gene. |
half_life |
data.frame of mRNA half life (gene_id & half_life are column names). |
codon_table |
a table of genetic code derived from |
cor_method |
method name passed to 'cor.test' used for calculating correlation coefficients. |
data.table of optimal codons.
Presnyak V, Alhusaini N, Chen YH, Martin S, Morris N, Kline N, Olson S, Weinberg D, Baker KE, Graveley BR, et al. 2015. Codon optimality is a major determinant of mRNA stability. Cell 160:1111-1124.
# estimate yeast mRNA CSC
est_csc(yeast_cds, yeast_half_life)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.