getGademPWM: Recover PWM

Description Usage Arguments Value Author(s) Examples

Description

This function selects the PWMs contained in an object of type gadem.

Usage

1

Arguments

y

A gadem object.

Value

A list of PWM.

Author(s)

Eloi Mercier <emercier@chibi.ubc.ca>

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#####Database and Scores#####
path <- system.file(package="MotIV")
jaspar <- readPWMfile(paste(path,"/extdata/jaspar2010.txt",sep=""))
jaspar.scores <- readDBScores(paste(path,"/extdata/jaspar2010_PCC_SWU.scores",sep=""))

#####Input#####
data(FOXA1_rGADEM)
# motifs <- getGademPWM(gadem) #depreciated
motifs <- getPWM(gadem) 
motifs.trimed <- lapply(motifs,trimPWMedge, threshold=1)

MotIV documentation built on April 28, 2020, 6:51 p.m.