query {MotifDb} | R Documentation |
A very general search tool, returning all matrices whose metadata, in ANY column, is matched by the query string.
## S4 method for signature 'MotifList' query(object, queryString, ignore.case=TRUE)
object |
a |
queryString |
a |
ignore.case |
a |
A list of the matrices
Paul Shannon
MotifDb, subset, export, flyFactorSurvey, hPDI, jaspar, ScerTF, uniprobe
mdb <- MotifDb matrices.human <- query(mdb, 'hsapiens') matrices.sox4 <- query(mdb, 'sox4') uniprobe.sox.matrices <- query(query(mdb, 'uniprobe'), '^sox')