enrich-ANY-Annot-method: Enrichment analysis function

enrich,ANY,Annot-methodR Documentation

Enrichment analysis function

Description

Enrichment analysis function

Usage

## S4 method for signature 'ANY,Annot'
enrich(
  x,
  object,
  pvalue = 0.05,
  padj = NULL,
  organism = NULL,
  keytype = "",
  filename = NULL,
  minSize = 2,
  maxSize = 500,
  keepRich = TRUE,
  padj.method = "BH",
  builtin = TRUE,
  sep = ","
)

Arguments

x

vector contains gene names or dataframe with DEGs information

object

annotation data

pvalue

cutoff pvalue

padj

cutoff p adjust value

organism

organism

keytype

keytype for input genes

filename

output filename

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)

padj.method

pvalue adjust method(default:"BH")

sep

character string used to separate the genes when concatenating

ontology

ontology type

bulitin

use KEGG bulit in KEGG annotation or not(set FALSE if you want use newest KEGG data)

Author(s)

Kai Guo


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