Description Usage Arguments Details Author(s) References See Also Examples
View source: R/PredictDivergence.R
PredictDivergence contains a set of functions for detection of Transcription Factor Binding sites through 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.
1 |
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). It should include a constructed model |
This function integrates the Mutual Information (Renyi order equal 1) and parametric divergence (Renyi order different 1)
Joan Maynou <joan.maynou@upc.edu>
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.
PredictEntropy, PredictMEME, PredictMDscan, PredictPCA and PredictMATCH
1 2 3 4 | data(iicc)
iicc$parametersIdeal<-1
iicc$model<-ModelDivergence(iicc)
PredictDivergence(iicc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.