Description Usage Arguments Details Author(s) References See Also Examples
View source: R/correction.entropy.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
1 | correction.entropy(q, p, long, iicc)
|
q |
Renyi Order |
p |
Sample size |
long |
Length of the binding site |
iicc |
A list of options |
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.
correctionaprox,entropy, redundancy, correction.redundancy
1 2 3 4 5 | data(TranscriptionFactor)
data(iicc)
data(BackgroundOrganism)
data(RenyiOrder)
correction.entropy(q,p=nrow(TranscriptionFactor),long=1,iicc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.