Description Usage Arguments Value Author(s) See Also Examples
A very general search tool, returning all matrices whose metadata, in ANY column, is matched by the query string.
1 2 |
object |
a |
andStrings |
a |
orStrings |
a |
notStrings |
a |
ignore.case |
a |
A list of the matrices
Paul Shannon
MotifDb, subset, export, flyFactorSurvey, hPDI, jaspar, ScerTF, uniprobe
1 2 3 4 5 6 7 | matrices.human <- query(MotifDb, 'hsapiens')
matrices.sox4 <- query(MotifDb, 'sox4')
uniprobe.sox.matrices <- query(MotifDb, c('uniprobe', 'sox'))
# two approaches to selectinve extraction of TFEB matrices
tfeb.human.1 <- query(MotifDb, andStrings=c("TFEB", "hsapiens"), notStrings=c("hpdi", "jolma", "cisbp"))
tfeb.human.2 <- query(MotifDb, andStrings=c("TFEB", "hsapiens"), orStrings=c("hocomoco", "jaspar", "swissregulon"),
notStrings="2016")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.