entropy.corrected: Correction of the Finite Sample Size Effect

Description Usage Arguments Details Author(s) References See Also Examples

View source: R/entropy.corrected.R

Description

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

Usage

1
entropy.corrected(H, ErrorHX, HXmax)

Arguments

H

Entropy

ErrorHX

Error Entropy

HXmax

Maximum Entropy

Details

This function uses the results of correction.entropy and correctionaprox functions.

Author(s)

Joan Maynou <joan.maynou@upc.edu>

References

T. D. Schneider, G. Stormo, L. Gold, and A. Ehrenfeuch, The infor- mation content of binding sites on nucleotide sequences, J. Mol. Biol., vol. 188, pp. 415 Nov. 1986.

See Also

correctionaprox, correction.entropy

Examples

1
2
3
4
5
6
7
8
data(iicc)
data(RenyiOrder)
Factortrans<-iicc$Transcriptionfactor
HXmax<-iicc$HXmax
H<-iicc$Entropy[[1]]
correction<-correction.entropy(q,p=nrow(Factortrans),long=1,iicc)
ErrorHX<-slot(correction,"sderror")[nrow(Factortrans)]
entropy.corrected(H,ErrorHX,HXmax)

MEET documentation built on May 2, 2019, 5:52 p.m.