enrich_internal: Enrichment analysis for any type of annotation data

View source: R/enrich.R

enrich_internalR Documentation

Enrichment analysis for any type of annotation data

Description

Enrichment analysis for any type of annotation data

Usage

enrich_internal(
  x,
  object,
  ontology = "",
  pvalue = 0.05,
  padj = NULL,
  organism = NULL,
  minSize = 1,
  maxSize = 500,
  keepRich = TRUE,
  keytype = "",
  filename = NULL,
  padj.method = "BH",
  sep = ","
)

Arguments

x

vector contains gene names or dataframe with DEGs information

object

annotation data

ontology

ontology type

pvalue

cutoff pvalue

padj

cutoff p adjust value

organism

organism

minSize

minimal number of genes included in significant terms

maxSize

maximum number of genes included in significant terms

keepRich

keep terms with rich factor value equal 1 or not (default: TRUE)

keytype

keytype for input genes

filename

output filename

padj.method

pvalue adjust method(default:"BH")

sep

character string used to separate the genes when concatenating

Author(s)

Kai Guo


hurlab/RichR documentation built on Feb. 5, 2024, 8:07 p.m.