get_lynx_enrichment: Enrichment using Lynx API

View source: R/Enrichment_lynx.R

get_lynx_enrichmentR Documentation

Enrichment using Lynx API

Description

This function returns the enrichment results for given list of genes for requested functional categories: disease, pathway, go_bp, go_cc, go_mf

Usage

get_lynx_enrichment(
  categories = c("go_bp"),
  genelist = c("AKT1", "CASK", "PXN"),
  tax_id = "9606"
)

Arguments

categories

list of databases

genelist

list of genes

tax_id

taxonomy id, currently supports human: 9606 and mouse: 10040

Value

A dataframe of enriched functional categories with pValue, overlapped genes, corrected pValue, and bayes factor


bingqing-Xie/LynxEnrichR documentation built on April 4, 2022, 1:57 p.m.