Description Usage Arguments Details Author(s) References See Also Examples
View source: R/correctionaprox.R
Each training matrix is formed by a finite number of samples. The probability estimation error using the nucleotide frequency causes a bias on the uncertainty measurement The approximation method is used for sample size is more than or equal to 50.
1 | correctionaprox(x, matriu, s)
|
x |
Maximum entropy |
matriu |
A set of aligned nucleotide sequences. |
s |
Number of symbols |
Sample size has to be > 50.
Joan Maynou <joan.maynou@upc.edu>
T. D. Schneider, G. Stormo, L. Gold, and A. Ehrenfeuch, The information content of binding sites on nucleotide sequences, J. Mol. Biol., vol. 188, Nov. 1986.
entropy, redundancy, correction.redundancy, correction.entropy
1 2 3 | data(iicc)
s<-4
correctionaprox(x=iicc$HXmax,matriu=iicc$Transcriptionfactor,s)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.