Description Usage Arguments Value
View source: R/AnnotationHelper.R
Given a set of Entrez gene ids, perform KEGG enrichment and motif enrichement at the promoters.
1 2 | characterize_gene_set(gene.set, annotations.list, skip.motif = FALSE,
skip.kegg = FALSE, output.dir = "output/", promoter.size = 1000)
|
gene.set |
A vector of Entrez IDs representing the genes to be characterized. |
annotations.list |
A list of annotation databases returned by
|
skip.motif |
If |
skip.kegg |
If |
output.dir |
The directory where output should be stored.A directory for storing output. |
file.label |
A label for generating file names to save the results.
If |
A list containing the characterization results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.