detector_2nOrdre: Detection of Transcription Factor Binding Sites Through...

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

Description

This detection algorithm is based on Information Theory. Specifically, this method uses a parametric divergence. This algorithm evaluates the variation on the total Renyi entropy of a set of sequences assuming correlation between positions in the bindng sequence. When a candidate sequence is assumed to be a a true binding site belonging to the set.The measurement of the variation of the total redundancy when the candidate sequence is added to the set has been computed by using the difference between the redundancy profile.

Usage

1
detector_2nOrdre(training.set, val.set, iicc)

Arguments

training.set

A set of aligned nucleotide sequences

val.set

A candidate sequence

iicc

A set of inicial conditions for the MEET-package (mode, method, background, alignment, threshold, parameters, Transcriptionfactor, nummotif, lenmotif, sentit, position, missing, vector, gapopen, maxiters, gapextend) and the initial conditions for the divergence method (PredictDivergence, correction 1rOrdre, Exterior product entropic profile (Mperfil), maximun entropy, entropy and Renyi order)

Details

Options parameter has to contain the initial conditions for the divergence method: divergence matrix (D), maximum entropy (HXmax), correction entropy and redundancy from the Finite Sample Size Effect, exterior product entropic profile (Mperfil), entropy (HX) and the Renyi order.

Author(s)

Joan Maynou <joan.maynou@upc.edu>

References

J. Maynou, M. Vallverdu, F. Claria, J.J. Gallardo-Chacon, P. Caminal and A. Perera, Transcription Factor Binding Site Detection through Position Cross-Mutual Information variability analysis. 31st Annual International Conference of the IEEE Engineering in Medicine and Biology Society.

See Also

detector_1rOrdre_diff

Examples

1
2
3
4
5
6
7
8
data(iicc)
data(TranscriptionFactor)
data(BackgroundOrganism)
training.set<-TranscriptionFactor
val.set<-sample(c('A','T','C','G'),ncol(training.set), replace=TRUE,Prob)
options<-detector_2nOrdre_init(training.set, val.set, iicc)
iicc<-c(iicc,options)
out<-detector_2nOrdre(training.set, val.set, iicc)

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