Description Usage Arguments Details Value Author(s) See Also Examples
The model constructed using the MATCH algorithm and the specific parameters for this method are used to detect TFBS within a sequence
1 |
iicc |
options of the MEET program |
Uses the MATCH constructed motif, and as a parameter the chosen corecut
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.MATCH, ModelMATCH
1 2 3 4 5 6 | data(iicc)
data(TranscriptionFactor)
iicc$method<-"MATCH"
iicc$parametersIdeal<-0.8
iicc$model<-ModelMATCH(iicc)
DetectedSequences<-PredictMATCH(iicc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.