Description Usage Arguments Details Author(s) See Also Examples
View source: R/ConstructModel.R
This function contains a set of functions for training of motif discovery algorithms. Specifically, the motif discovery algorithms are ITEME, MEME, MDscan, MATCH and Qresiduals.
1 | ConstructModel(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 sequences |
This function has two output: training scores and ROC curve.
Erola Pairo <epairo@ibecbarcelona.eu> and Joan Maynou <joan.maynou@upc.edu>
MEET, detection
1 2 3 | data(iicc)
pathMEET<-system.file("exdata",package="MEET")
ConstructModel(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.