Description Usage Arguments Details Author(s) Examples
This function writes output detector (ITEME, MEME, transMEME and MDscan) in standard format.
1 | standardout(Rdetector, iicc)
|
Rdetector |
Output detector for ITEME, MEME, transMEME and MDscan |
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 |
Rdetector is a list of numerical vectors.
Joan Maynou <joan.maynou@upc.edu>
1 2 3 4 | data(iicc)
pathMEET<-system.file("exdata",package="MEET")
Rdetector<-kfold.PCA(iicc,TF=paste(pathMEET,"AP1.fa",sep="/"))
standardout(Rdetector,iicc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.