enrich_gsea: enrich_gsea

View source: R/enrich_gsea.R

enrich_gseaR Documentation

enrich_gsea

Description

GSEA enrichment using annoHub db

Usage

enrich_gsea(
  genelist,
  species = "hs",
  keytype = "symbol",
  db = "GO",
  go_ontology = "BP",
  pvalue_cutoff = 0.1,
  padjust_method = "BH",
  min_size = 10,
  max_size = 400,
  ...
)

Arguments

genelist

character vector, must be gene symbols

species

character, must be one of hs, mm

keytype

character, indicating genes type, one of entrezid, symbol

db

character, which internal db to enrich, one of GO, KEGG

go_ontology

which GO ontology to use, one or more of BP, MF, CC, only works if db contains GO

pvalue_cutoff

pvalueCutoff

padjust_method

pvalue_cutoff method, default is "BH"

min_size

min set size

max_size

max set size

...

additional parameters pass to clusterProfiler::enricher

Value

enrichResult from enricher


soulong/bioTools documentation built on Aug. 23, 2023, 1:35 a.m.