getMotifById {transite}R Documentation

Retrieve motif objects by id

Description

Retrieves one or more motif objects identified by motif id.

Usage

getMotifById(id)

Arguments

id

character vector of motif identifiers

Value

A list of objects of class RBPMotif

See Also

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

Examples

getMotifById("M178_0.6")

getMotifById(c("M178_0.6", "M188_0.6"))

[Package transite version 1.2.1 Index]