PredictMATCH: MATCH algorithm to detect TFBS in a sequence

Description Usage Arguments Details Value Author(s) See Also Examples

Description

The model constructed using the MATCH algorithm and the specific parameters for this method are used to detect TFBS within a sequence

Usage

1

Arguments

iicc

options of the MEET program

Details

Uses the MATCH constructed motif, and as a parameter the chosen corecut

Value

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

Author(s)

Erola Pairo <epeiroatibec.pcb.ub.es>

See Also

MEET, kfold.MATCH, ModelMATCH

Examples

1
2
3
4
5
6
7
require("MEET")
data(iicc)
data(TranscriptionFactor)
iicc$method<-"MATCH"
iicc$parametersIdeal<-iicc$parameters
iicc$model<-ModelMATCH(iicc)
DetectedSequences<-PredictMATCH(iicc)

MEET documentation built on May 2, 2019, 1:45 p.m.

Related to PredictMATCH in MEET...