getMotifByRBP {transite}R Documentation

Retrieve motif objects by gene symbol

Description

Retrieves one or more motif objects identified by gene symbol.

Usage

getMotifByRBP(rbp)

Arguments

rbp

character vector of gene symbols of RNA-binding proteins

Value

A list of objects of class RBPMotif

See Also

Other motif functions: generateIUPACByKmers, generateIUPACByMatrix, generateKmersFromIUPAC, getMotifById, getMotifs, getPPM, initIUPAClookupTable, motifsMetaInfo, setMotifs

Examples

getMotifByRBP("ELAVL1")

getMotifByRBP(c("ELAVL1", "ELAVL2"))

[Package transite version 1.2.0 Index]