View source: R/Enrichment_lynx.R
get_lynx_enrichment | R Documentation |
This function returns the enrichment results for given list of genes for requested functional categories: disease, pathway, go_bp, go_cc, go_mf
get_lynx_enrichment( categories = c("go_bp"), genelist = c("AKT1", "CASK", "PXN"), tax_id = "9606" )
categories |
list of databases |
genelist |
list of genes |
tax_id |
taxonomy id, currently supports human: 9606 and mouse: 10040 |
A dataframe of enriched functional categories with pValue, overlapped genes, corrected pValue, and bayes factor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.