Description Usage Arguments Details Value Author(s) References See Also Examples
Calculate the Synonymous Codon Usage Order (SCUO) index for each gene. Used as a substitute for expression in cases of without expression measurements.
1 | calc_scuo_values(codon.counts)
|
codon.counts |
an object of format |
This function computes SCUO index for each gene. Typically, this method is completely based on entropy and information theory to estimate expression values of sequences according to their codon information.
SCUO
indices are returned.
Drew Schmidt.
https://www.tandfonline.com/doi/abs/10.1080/03081070500502967
Wan X.-F., Zhou J., Xu D. “CodonO: a new informatics method for measuring synonymous codon usage bias within and across genomes” International Journal of General Systems Vol. 35, Iss. 1, 2006.
scuo.random()
, calc_cai_values()
,
calc_scu_values()
.
1 2 3 4 5 6 7 8 | ## Not run:
suppressMessages(library(cubfits, quietly = TRUE))
y.scuo <- convert.y.to.scuo(ex.train$y)
SCUO <- calc_scuo_values(y.scuo)$SCUO
plotprxy(ex.train$phi.Obs, SCUO, ylab = "SCUO (log10)")
## End(Not run)
|
Loading required package: coda
Loading required package: foreach
Loading required package: parallel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.