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 | kegg_enrichment(selected.genes, annotations.list, filename = NULL,
diseases = FALSE, gene.background = NULL)
|
selected.genes |
A vector of ENTREZ gene ids to be subjected to motif enrichment. |
annotations.list |
A list of annotation databases returned by
|
filename |
The name of the file where the results should be saved.
If |
diseases |
If |
gene.background |
A list of Entrez gene ids of the genes to be used
as the background of the enrichment. If |
A data-frame with the enrichment results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.