Description Usage Arguments Value Author(s) See Also Examples
Using either of our two sources ("MotifDb" or "TFClass") this method retrieves the the transcription factor (its gene symbol) for each of the supplied motifs. Slightly different information is returned in each case but the columns "geneSymbol", "motif", "pubmedID", "source" are returned by both. The TFClass source is described here: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4383905/. The MotifDb source is in fact the (typically) 1:1 gene/motif mapping provided by each of the data sources upon which MotifDb is built.
1 2 | ## S4 method for signature 'MotifList'
motifToGene(object, motifs, source)
|
object |
a |
motifs |
a |
source |
a |
A data.frame with these columns: geneSymbol, motif, pubmedID, source. The MotifDb source also include dataSource and organism.
Paul Shannon
MotifDb, geneToMotif, associateTranscriptionFactors, subset, query
1 2 3 | motifs <- c("MA0592.2", "ELF1.SwissRegulon", "UP00022")
motifToGene(MotifDb, motifs, source="TFClass")
motifToGene(MotifDb, motifs, source="MotifDb")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.