Learn R Programming

MotIV (version 1.28.0)

getGademPWM: Recover PWM

Description

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

Usage

getGademPWM(y)

Arguments

y
A gadem object.

Value

Examples

Run this code
#####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)

Run the code above in your browser using DataLab