geneToMotif | R Documentation |
Using either of our two sources ("MotifDb" or "TFClass") retrieve the names of the transcription factor binding motifs associated with the gene symbol for each transcription factor. Slightly different information is returned in each case but the columns "geneSymbol", "motif", "pubmedID", "source" are returned by both sources. The TFClass source is described here: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4383905/. The MotifDb source is in fact the usually 1:1 gene/motif mapping provided by each of the data sources upon which MotifDb is built.
## S4 method for signature 'MotifList' geneToMotif(object, geneSymbols, source, ignore.case)
object |
a |
geneSymbols |
a |
source |
a |
ignore.case |
a |
A data.frame with these columns: geneSymbol, motif, pubmedID, source. The MotifDb source alos include dataSource and organism.
Paul Shannon
MotifDb, motifToGene, associateTranscriptionFactors, subset, query
genes <- c("ATF5", "FOS") geneToMotif(MotifDb, genes, source="TFClass") geneToMotif(MotifDb, genes, source="MotifDb")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.