Description Usage Arguments Value
View source: R/AnnotationHelper.R
Performs motif enrichment against pwm.bg
. If pwm.bg
is not provided,
annotations.list$PWMBG
is used.
1 2 | motif_enrichment(regions, annotations.list, file.label = NULL,
pwm.bg = NULL, top.x = 20)
|
regions |
The regions on which motif enrichment should be performed. |
annotations.list |
A list of annotation databases returned by
|
file.label |
A label for generating file names to save the results.
If |
pwm.bg |
A PWMLogn background object against which enrichment should be performed. |
top.x |
Number of top motifs for which logos are generated. |
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.