PredicttransMEME: MAST algorithm to detect TFBS in a sequence

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

View source: R/PredicttransMEME.R

Description

PWM in transfac format is used to find TFBS into a query sequence.

Usage

1

Arguments

iicc

options of the MEET program

TF

Transcription Factor

Details

Uses the transMEME constructed motif

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 <epairo@ibecbarcelona.eu>

See Also

MEET, kfold.transMEME, ModeltransMEME

Examples

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="/"))

MEET documentation built on May 2, 2019, 5:52 p.m.