Description Usage Arguments Author(s) See Also Examples
View source: R/correction.redundancy.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.redundancy(r, HXmax, Herror, finite)
|
r |
Length of the binding site |
HXmax |
Maximum entropy for N possible states |
Herror |
Error entropy for finit sample size effect |
finite |
Sample size |
Joan Maynou <joan.maynou@upc.edu>
redundancy, entropy,CalculRedundancy, correction.entropy, correctionaprox
1 2 3 4 5 | data(iicc)
data(TranscriptionFactor)
HXmax<-iicc$HXmax
Herror<-iicc$Herror
correction.redundancy(r=1,HXmax,Herror,finite=nrow(TranscriptionFactor))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.