| obtain_enrich | R Documentation | 
Obtain enrichment analysis description
obtain_enrich(
  geneList,
  keyType = "SYMBOL",
  enrich = "kegg",
  org_db = org.Hs.eg.db,
  top_path = 30
)
| geneList | gene list | 
| keyType | key type of gene list | 
| enrich | 'kegg' or 'reactome' | 
| org_db | used to convert ID | 
| top_path | the number of pathways to be obtained sorted by p-values | 
The function performs enrichment analysis on queried vector, and returns the biotext object using the textual information from biological pathways.
biotext class object
if (requireNamespace("clusterProfiler")) {
    testgenes <- c("IRF3","PNKP","DDX41","ERCC1","ERCC2","XRCC1")
    obtain_enrich(testgenes)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.