Description Usage Arguments Details Author(s) References See Also Examples
View source: R/kfold.transMEME.R
This function does leave-one-out cross-training for MEME/MAST. In this case, a set of nucleotide sequences is lined up MUSCLE and CLUSTALW. This is main difference between transMEME and MEME.
1 | kfold.transMEME(iicc, TF)
|
iicc |
Set of initial 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 sequence |
This function needs MEME/MAST software.
Erola Pairo <epairo@ibecbarcelona.eu> and Joan Maynou <joan.maynou@upc.edu>
T. Bailey and C. Elkan, Fitting a mixture model by expectation max- imization to discover motifs in biopolymers in Proc. 2nd Int. Conf. Intelligent Systems for Molecular Biology, Aug. 1994, pp. 28.
MEET, kfold.Entropy, kfold.transMEME,kfoldMEME, kfold.Divergence, kfold.PCA
1 2 3 | data(iicc)
pathMEET<-system.file("exdata",package="MEET")
#kfold.transMEME(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.