Description Usage Arguments Details Author(s) References See Also Examples
Given a training sequence set, the optimal length and number motif has been estimated by means of leave-one-out cross-training from length and number motif set. From each value, the ROC curve has been calculated. From this results, the optimal value has been considered according to the area under conver surface maximum
1 | kfold.MEME(iicc, TF)
|
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) |
TF |
A set of nucleotide sequences |
This function needs MEME/MAST software.
Joan Maynou <joan.maynou@upc.edu>
[5] T. Bailey and C. Elkan, Fitting a mixture model by expectation maximization to discover motifs in biopolymers, in Proceedings of the Second International Conference on Intelligent Systems for Molecular Biology.AAAI Press, August 1994, pp. 28.
kfold.PredictDivergence, kfold.PredictInformationTheory, MDscan, kfold.MATCH and kfold.PCA
1 2 3 | data(iicc)
pathMEET<-system.file("exdata",package="MEET")
#kfold.MEME(iicc,TF=paste(pathMEET,"AP1.fa",sep="/"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.