Description Usage Arguments Value
View source: R/AnnotationHelper.R
Utility function which performs the same operations as motif_enrichment, but accepts a list of genes instead of a list of regions.
1 2 | motif_enrichment_genes(selected.genes, annotations.list, flank.size = 1000,
...)
|
selected.genes |
A vector of ENTREZ gene ids whose promoters should be subjected to motif enrichment. |
annotations.list |
A list of annotation databases returned by
|
flank.size |
How many base pairs upstream of the TSS should we retrieve? |
... |
Additional arguments for |
A list with the following elements:
The subset of regions where motifs were sought.
The result of the PWMEnrich motifEnrichment call.
The result of the PWMEnrich groupReport call.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.