ModelMEME: MEME algortihm to detect TFBS within a sequence

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

View source: R/ModelMEME.R

Description

MEME algorithm is used to construct a PWM model of the intput TFBS sequences. The returned values is the file with the motif

Usage

1

Arguments

iicc

options of the MEET program

Details

The output is the name of the file where the results are writen

Value

output:

nameMEME

name of the MEME file

Author(s)

Erola Pairo <epairo@ibecbarcelona.eu>

See Also

MEET, kfold.MEME

Examples

1
2
3
data(iicc)
iicc$parameterIdeal<-iicc$parameter
model<-ModelMEME(iicc)

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