Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/PredicttransMEME.R
PWM in transfac format is used to find TFBS into a query sequence.
1 | PredicttransMEME(iicc,TF)
|
iicc |
options of the MEET program |
TF |
Transcription Factor |
Uses the transMEME constructed motif
output: the detected sequences and its position within the sequence.
Detected Factors |
factors detected |
P-value |
Similarity Score |
Position |
Position of the detected BS within the large DNA sequence |
Erola Pairo <epairo@ibecbarcelona.eu>
MEET, kfold.transMEME, ModeltransMEME
1 2 3 4 5 6 | data(iicc)
data(TranscriptionFactor)
iicc$method<-"transMEME"
pathMEET<-system.file("exdata",package="MEET")
#ModelTFBs<-ModeltransMEME(iicc)
#DetectedSequences<-PredicttransMEME(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.