Learn R Programming

MotifDb (version 1.14.0)

query: query

Description

A very general search tool, returning all matrices whose metadata, in ANY column, is matched by the query string.

Usage

"query"(object, queryString, ignore.case=TRUE)

Arguments

object
a MotifList object.
queryString
a character string
ignore.case
a logical value, default TRUE

Value

A list of the matrices

See Also

MotifDb, subset, export, flyFactorSurvey, hPDI, jaspar, ScerTF, uniprobe

Examples

Run this code
  mdb <- MotifDb
  matrices.human = query (mdb, 'hsapiens')
  matrices.sox4 = query (mdb, 'sox4')
  uniprobe.sox.matrices = query (query (mdb, 'uniprobe'), '^sox')

Run the code above in your browser using DataLab