Description Usage Arguments Details Value References See Also Examples
RunEnrichr
submits gene lists to the enrichr web server for gene
ontology/pathway enrichment analyses and collects the results as a named list
for each library used.
1 2 3 4 | RunEnrichr(genes, libraries = c("GO_Molecular_Function_2018",
"GO_Cellular_Component_2018", "GO_Biological_Process_2018",
"KEGG_2019_Human", "Reactome_2016", "BioCarta_2016", "Panther_2016"),
outdir = NULL)
|
genes |
A vector of gene symbols that will be tested. |
libraries |
A vector of libraries to test the genes against. |
outdir |
Path to output directory. If specified, tables for each library will be saved. |
Potential libraries can be viewed with listEnrichrDbs
from the
enrichR
package.
The enrichr web server can be found at https://amp.pharm.mssm.edu/Enrichr/. If you use this function, you should be sure to cite the original authors.
A named list of enrichment results for each library.
VizEnrichments
for visualization.
1 2 3 4 | genes <- c("CD8A", "CD4", "FOXP3", "CTLA4", "GNLY", "TNFSF18", "TNFRSF18",
"CXCR4", "CD3E", "CCR6", "CCR7", "IL7R")
libs <- c("Reactome_2016", "KEGG_2019_HUMAN")
enrichments <- RunEnrichr(genes, libraries = libs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.