.searchMotif | R Documentation |
This function allows you to obtain motif PFM matrix and beta score matrix (if source is MethMotif) for a given TFregulomeR ID in TFregulomeR
.searchMotif(id, motif_format = "MEME", api_object)
id |
Required. TFregulomeR ID. |
motif_format |
Motif PFM format, either in MEME by default or TRANSFAC. |
api_object |
s4 object for interacting with the TFregulome database |
MethMotif class object
K562_CEBPB <- searchMotif(id = "MM1_HSA_K562_CEBPB")
K562_CEBPB_transfac <- searchMotif(id = "MM1_HSA_K562_CEBPB",
motif_format = "TRANSFAC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.